Resources not deleted after a failed update
Bug #1151989 reported by
Steven Hardy
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Heat |
Fix Released
|
High
|
Steven Hardy |
Bug Description
When doing a stack update, if you add new resources, and they fail on creation, then those failed resources are not cleaned up on stack deletion.
An easy way to reproduce this is to create a stack, then do an update which adds an additional instance, which has an associated waitcondition with a very short timeout - the waitcondition will timeout, leaving the new instance in CREATE_FAILED state, so the update will fail, then when you delete the stack the new failed instance will not be correctly removed.
Changed in heat: | |
status: | New → Triaged |
importance: | Undecided → High |
assignee: | nobody → Steven Hardy (shardy) |
milestone: | none → grizzly-rc1 |
Changed in heat: | |
status: | Triaged → In Progress |
Changed in heat: | |
status: | Fix Committed → Fix Released |
Changed in heat: | |
milestone: | grizzly-rc1 → 2013.1 |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/23940
Review: https:/