]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
heat engine : Update stack dependencies during update
authorSteven Hardy <shardy@redhat.com>
Wed, 20 Feb 2013 15:16:53 +0000 (15:16 +0000)
committerSteven Hardy <shardy@redhat.com>
Wed, 20 Feb 2013 16:25:44 +0000 (16:25 +0000)
commitd1a7c3fec6c56f38a72af982b76f1fd80482a381
tree2e3def96f7cedbf00a16f6738c9aaf8fc3533853
parent24a47ad695c5913d558f00ce050ba3543592d980
heat engine : Update stack dependencies during update

We need to update the stack dependencies each time we modify the
resources list, otherwise in the event of a failure, the resources
returned from the iterator methods don't match with those found via
getitem/contains (which is important for rollback)

blueprint update-rollback

Change-Id: Ia47f84291f50c33fc052b7b33fa0c1f9e8430ab4
heat/engine/parser.py