]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Adding a deepcopy of the template before stack create validation
authorChris Alfonso <calfonso@redhat.com>
Thu, 10 May 2012 19:02:46 +0000 (15:02 -0400)
committerChris Alfonso <calfonso@redhat.com>
Thu, 10 May 2012 19:02:46 +0000 (15:02 -0400)
commit3d5b05c50dc40aab5aedea1a4af8573b5e8e6212
treebc612ce9ab496e6dfc119e991c035689fb6b865e
parent74f9579f8988287bf1d96f81f0862236c5535286
Adding a deepcopy of the template before stack create validation

Calling stack.validate will modify the stack's template, which
we don't want to do.  We just want to validate the template and move
on with an already parsed template.
heat/engine/manager.py
heat/tests/__init__.py