]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Allow in-place update of nested stack
authorLiang Chen <cbjchen@cn.ibm.com>
Thu, 22 Aug 2013 05:42:18 +0000 (13:42 +0800)
committerLiang Chen <cbjchen@cn.ibm.com>
Sat, 24 Aug 2013 03:14:56 +0000 (11:14 +0800)
commit24f185a21d75a5345057093db19d550fa87278ea
treed7c701f4419b5d9f31e5b34a7c17d1675feef8be
parent112283f1352010d44cbebc1b7ac76f997abc3a21
Allow in-place update of nested stack

Not raising UpdateReplace exception anymore for nested stack update.
Instead, propagating the update request to the nested stack, so that
the nested stack itself will decide the best way to handle the update
request for every of its resources.

blueprint nested-stack-updates

Change-Id: Ibfe7bee71fe57a601b93fa05a4a0c1cda972290e
heat/engine/resources/stack.py
heat/tests/test_nested_stack.py