]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
heat engine : fail update immediately on resource update failure
authorSteven Hardy <shardy@redhat.com>
Wed, 20 Feb 2013 10:24:06 +0000 (10:24 +0000)
committerSteven Hardy <shardy@redhat.com>
Wed, 20 Feb 2013 15:40:22 +0000 (15:40 +0000)
commit24a47ad695c5913d558f00ce050ba3543592d980
treefdcdac7f2ee80fb4f5afeaaa77bc0ffcff5f972e
parent5be6ce6b50825e33ae84a2bdb7f62d103f0ccd7a
heat engine : fail update immediately on resource update failure

When doing an update, we want to fail immediately, instead of
collecting the resource update errors and continuing.  This is
particularly important for update rollback, where we want to
declare failure ASAP to simplify and speed up the rollback

blueprint update-rollback

Change-Id: I56133254036d8aac592dcf3cda2ca7928cc02fa9
heat/engine/parser.py
heat/tests/test_parser.py