]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Initialize resources to DELETE-COMPLETE if missing during stack delete
authorRandall Burt <randall.burt@rackspace.com>
Fri, 26 Jul 2013 16:18:23 +0000 (11:18 -0500)
committerRandall Burt <randall.burt@rackspace.com>
Tue, 30 Jul 2013 17:38:13 +0000 (12:38 -0500)
commit54c0626f388497bed4342a26e728f1e34dffeca0
treea0742c3505b9756bcab3f7c72e5d538f9a580f1a
parent58f829039e3a15fa70636a0257f090cf227ac57b
Initialize resources to DELETE-COMPLETE if missing during stack delete

If the parent stack is being deleted and a given resource cannot be found in
the data store, initialize its state to DELETE:COMPLETE instead of
INIT:COMPLETE.

fixes bug 1204268

Change-Id: I5074d63928c3b39fe6ad85dc6af1d02db777acc8
heat/engine/resource.py
heat/tests/test_resource.py