heat/heat
rabi 41aad453ef Ignore resources with non-existent template
When listing resources with nested depth, we get all resources
for the root stack and cache them in the context. By the time
we iterate through the resources for a nested stack, if the
current_template_id of resources do not match the stack template,
we try to load the template. However, it's possible that the
template does not exist anymore. It would be good to ignore
those resources.

Change-Id: I838320539838ed74f490bca8601cde96eaf7c7ee
Closes-Bug: #1734815
2017-11-28 12:02:11 +05:30
..
api Merge "Remove SSLMiddleware" 2017-11-27 03:36:19 +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 [policy in code] Part 1 Base framework 2017-11-21 16:23:11 +08:00
db Fix logic error in sqlarchemy api 2017-11-08 15:26:58 +11:00
engine Ignore resources with non-existent template 2017-11-28 12:02:11 +05:30
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-10-07 11:22:47 +00:00
objects Create replacement resource atomically 2017-11-03 09:14:46 +05:30
policies [policy in code] Part 1 Base framework 2017-11-21 16:23:11 +08:00
rpc Added tags attribute to the template parameter 2017-11-13 15:51:19 +05:30
scaling Remove log translations 2017-03-25 17:11:50 +08:00
tests Ignore resources with non-existent template 2017-11-28 12:02:11 +05:30
__init__.py
version.py