Heat stack stuck on DELETE_IN_PROGRESS
Running Icehouse 2014.2.1 along with the version of Heat included in this release.
I'm testing a stack which spins up an ephermal instance, attaches secondary volume and assigns a floating IP.
This works fine. The problem is on delete. It would appear that I'm hitting a race condition that is mentioned on bugs.launchpad for this release: https://bugs.launchpad.net/heat/+bug/1298350 (https://bugs.launchpad.net/heat/+bug/...) . The stack resource list has shown a "DELETE_IN_PROGRESS" status for the volume attachment and floatingip resources for 3 days now.
Shouldn't there be a timeout for deletion attempts that eventually put the stack in a "delete failed" status?
How do I force this deletion attempt to fail so that I can clean out the stack and apply the recommended patches?
Thanks