heat/heat
Zane Bitter 6a176a270c Use a namedtuple for convergence graph nodes
The node key in the convergence graph is a (resource id, update/!cleanup)
tuple. Sometimes it would be convenient to access the members by name, so
convert to a namedtuple.

Change-Id: Id8c159b0137df091e96f1f8d2312395d4a5664ee
2017-09-26 16:46:17 -04:00
..
api Add converge flag in stack update for observing on reality 2017-08-07 05:39:29 +00:00
cloudinit Validate that python3 is ready for loguserdata 2016-08-26 11:49:30 +00:00
cmd Enable mutable config in Heat 2017-05-17 05:25:56 +00:00
common Fix unit tests with oslo_messaging 5.32.0 2017-09-21 17:01:01 -04:00
db Fix a DB error when updating the resource attributes 2017-06-30 22:05:37 +00:00
engine Use a namedtuple for convergence graph nodes 2017-09-26 16:46:17 -04:00
hacking Restrict use of iteritems, iterkeys and itervalues 2016-03-23 10:05:54 +00:00
httpd Add httpd documentation and sample configs 2017-07-07 11:00:06 +05:30
locale Imported Translations from Zanata 2017-08-13 10:28:33 +00:00
objects Set resource._properties_data=None when loading from db 2017-08-22 18:06:05 +05:30
rpc Add converge flag in stack update for observing on reality 2017-08-07 05:39:29 +00:00
scaling Remove log translations 2017-03-25 17:11:50 +08:00
tests Don't use Dependencies repr in tests 2017-09-26 16:46:17 -04:00
__init__.py
version.py