Comment 3 for bug 1550454

Revision history for this message
Fuel Devops McRobotson (fuel-devops-robot) wrote : Fix merged to openstack/heat (openstack-ci/fuel-6.0-updates/2014.2)

Reviewed: https://review.fuel-infra.org/17574
Submitter: Vitaly Sedelnik <email address hidden>
Branch: openstack-ci/fuel-6.0-updates/2014.2

Commit: 146b77cf22f13b4bdb57edd6e7c89f370d4d55a4
Author: Rakesh H S <email address hidden>
Date: Thu Mar 3 13:45:22 2016

fixes stack deletion failure, when vol in deleting

when an delete operation is requested on a stack, and the volume in stack
is already in 'deleting' state, heat fails to delete the stack and goes to
DELETE_FAILED state instantly.

Instead of going to DELETE_FAILED state instantly, heat needs to safely
wait for the volume to complete its deletion process, so that heat can
then go ahead and complete stack deletion successfully.

Closes-Bug: #1550454

Change-Id: I088eab90bee4bc804abe9e505fd61b17b266def1
(cherry picked from commit 6aca29e05bb0cfe469ed17f4ab9bb9351b2f108a)