heat/heat/scaling
Angus Salkeld e3950a4e72 Pass the environment into the Template class and not Stack
When we moved parameters from the stack table to the template table
we did it in a "flexible" way, but this led to some difficult to
diagnose problems. So this patch totally removes "env" as an argument
to the Stack class to make absolutely sure that we are doing this
correctly. I came across these bugs when rebasing decouple-nested.

- env was not getting passed into instance group make_templates()
- template deepcopy was not working correctly (causing some problems
  when deleting backup stacks)

Change-Id: I85cfb01c68ff5a44e2ff4f6e446870efb7205933
2015-03-18 10:29:55 +10:00
..
__init__.py Move resource_templates to heat.scaling 2014-02-06 22:53:28 +00:00
cooldown.py Make import of oslo libraries namespaceless 2015-02-18 22:54:10 +01:00
lbutils.py Move LB reload logic into scaling library 2015-02-01 21:53:22 +08:00
template.py Pass the environment into the Template class and not Stack 2015-03-18 10:29:55 +10:00