heat/heat/engine/hot
Zane Bitter 370f3c98c5 Don't re-bind environment for get_file during stack update
While we're in the process of updating a stack, we set the stack's
environment to the new, updated values. However, we don't want to change
existing resources' idea of their own values until we have explivitly done
an update of them to bring them into line with the new
template/environment. So when parsing a template snippet containing the
get_file intrinsic, store the files dict to which it will refer. get_file
will resolve to the new file only when the template has been updated.

Closes-Bug: #1445170
Change-Id: I8ec32b0e38389cd314e4b2b2d8c65f61f8a9c41e
(cherry picked from commit e4447e7b66)
2015-04-22 05:40:25 +00:00
..
__init__.py Move HOT template code to its own module 2014-03-06 10:05:07 -05:00
functions.py Don't re-bind environment for get_file during stack update 2015-04-22 05:40:25 +00:00
parameters.py Added pseudo param OS::project_id 2014-12-22 16:02:54 +08:00
template.py Add Digest intrinsic function 2015-03-12 13:14:46 +10:00