kolla-ansible/ansible/library
qinchunhua 1bddef94cb Python 3: dict.iteritems()
Replace dict.iteritems() with dict.items(). The Python 3 dict
type has no iteritems() method, the old iteritems() method was
renamed to items().

TrivialFix.

Change-Id: I2137e72554fd16d2c70e50306e4f57d27e35bcd3
2016-07-26 12:42:07 +00:00
..
bslurp.py Log the traceback in the kolla libraries 2016-05-31 01:40:55 +00:00
kolla_docker.py Python 3: dict.iteritems() 2016-07-26 12:42:07 +00:00
merge_configs.py Simplify config creation 2015-12-22 04:28:53 +00:00