]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
make parsed template snapshots before updating
authorAngus Salkeld <asalkeld@redhat.com>
Wed, 6 Mar 2013 05:28:00 +0000 (16:28 +1100)
committerAngus Salkeld <asalkeld@redhat.com>
Wed, 6 Mar 2013 11:54:35 +0000 (22:54 +1100)
commitbc1de6ae780e10b4de2337646c4fda40380b2335
tree855175b561d104431f646750968788ee00825659
parentb8b5624d1b1680d03439a51a6bd7e0d792032e93
make parsed template snapshots before updating

This is to make sure that as the update progresses and dependant
resources are modified/replaced that we compare the original
dynamic data with the current.

bug 1134258
Change-Id: Ia4e474e914aa9e99e5e569c4f2276beb55798421
heat/engine/parser.py
heat/engine/resource.py
heat/tests/test_parser.py