heat/heat/engine
Christian Berendt 58e141b2ac replace dict.iteritems() with six.iteritems(dict)
According to https://wiki.openstack.org/wiki/Python3 dict.iteritems()
should be replaced with six.iteritems(dict).

Change-Id: I9e2881a006433c8b44a3caccebc73bae4973a041
2014-08-06 10:56:09 +08:00
..
cfn replace dict.iteritems() with six.iteritems(dict) 2014-08-06 10:56:09 +08:00
clients Client plugin exception handling methods 2014-07-31 16:49:08 -05:00
hot replace dict.iteritems() with six.iteritems(dict) 2014-08-06 10:56:09 +08:00
notification Port to oslo.messaging 2014-06-26 06:45:52 +02:00
resources replace dict.iteritems() with six.iteritems(dict) 2014-08-06 10:56:09 +08:00
__init__.py Do not initialize anything during import phase 2013-04-24 10:03:06 -07:00
api.py Add resource properties to stack-preview 2014-07-22 10:29:10 -04:00
attributes.py Refactor selecting values from an attribute 2014-07-15 10:21:56 -04:00
constraints.py Merge "Store clients in context" 2014-07-24 00:09:36 +00:00
dependencies.py replace dict.iteritems() with six.iteritems(dict) 2014-08-06 10:56:09 +08:00
environment.py replace dict.iteritems() with six.iteritems(dict) 2014-08-06 10:56:09 +08:00
event.py Replacing variable logger on LOG 2014-05-27 15:48:33 -04:00
function.py Use six.add_metaclass instead of __metaclass__ 2014-07-21 08:09:39 +02:00
parameter_groups.py Replacing variable logger on LOG 2014-05-27 15:48:33 -04:00
parameters.py replace dict.iteritems() with six.iteritems(dict) 2014-08-06 10:56:09 +08:00
parser.py Move the Stack class into stack.py 2014-07-24 15:58:25 +10:00
plugin_manager.py replace dict.iteritems() with six.iteritems(dict) 2014-08-06 10:56:09 +08:00
properties.py replace dict.iteritems() with six.iteritems(dict) 2014-08-06 10:56:09 +08:00
resource.py replace dict.iteritems() with six.iteritems(dict) 2014-08-06 10:56:09 +08:00
rsrc_defn.py Use None instead of mutables in method params defaults 2014-07-02 16:33:12 +08:00
scheduler.py replace dict.iteritems() with six.iteritems(dict) 2014-08-06 10:56:09 +08:00
service.py replace dict.iteritems() with six.iteritems(dict) 2014-08-06 10:56:09 +08:00
signal_responder.py Replacing variable logger on LOG 2014-05-27 15:48:33 -04:00
stack.py Fix rollback failure when updating stack 2014-08-01 09:32:56 +08:00
stack_lock.py Fix H201 violations and re-enable gating 2014-07-11 10:17:38 +08:00
stack_resource.py Merge "Pass user_creds_id into nested stacks" 2014-07-22 14:02:23 +00:00
stack_user.py stack user add _user_token 2014-07-21 15:29:07 +01:00
support.py Make the first line of every file consistent. 2014-03-04 09:03:04 -06:00
template.py replace dict.iteritems() with six.iteritems(dict) 2014-08-06 10:56:09 +08:00
timestamp.py Make the first line of every file consistent. 2014-03-04 09:03:04 -06:00
update.py replace dict.iteritems() with six.iteritems(dict) 2014-08-06 10:56:09 +08:00
watchrule.py Store clients in context 2014-07-21 13:00:21 -04:00