heat/heat/engine/hot
Zane Bitter 764b8fb251 Use StackDefinition in intrinsic functions for resolving data
This unifies the 'lightweight stack' used in convergence with the how
things work the rest of the time: we now always obtain resource data from
the StackDefinition's ResourceProxy objects. This means that when we are
checking an individual resource, we will never create all of the other
Resource objects for the stack in memory (although we already avoided
loading data for them from the database) - now we will only create
ResourceProxy objects as needed.

Change-Id: Id7472557e26d172df88841ff7f20afdd7f5bfada
Implements: blueprint stack-definition
2017-07-21 10:30:34 -04:00
..
__init__.py Move HOT template code to its own module 2014-03-06 10:05:07 -05:00
functions.py Use StackDefinition in intrinsic functions for resolving data 2017-07-21 10:30:34 -04:00
parameters.py Add a modulo core constraint 2016-10-11 16:55:11 +02:00
template.py Support 'permutations' for 'repeat' function 2017-07-18 09:32:15 +00:00