]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Remove instance in ERROR state after failed create
authorSteven Dake <sdake@redhat.com>
Tue, 15 Jan 2013 20:38:21 +0000 (13:38 -0700)
committerSteven Dake <sdake@redhat.com>
Tue, 15 Jan 2013 20:38:21 +0000 (13:38 -0700)
commit417b4c1c6310cab2e2ea5a014b969e4c095c1030
tree04a6dc48a466dd5ca96648f48fe86a4725d107ab
parent4c980cde140d562dc2d1051d295cfddebe849760
Remove instance in ERROR state after failed create

If a VM was created but resulted in a nova error, the VM would enter
an error state and not be deleteable via heat delete.  Instead
the VM would persist after the delete operation.

Change-Id: I9135aefdf08aba9551f9290bd072906372583ed1
Fixes: bug #1099634
heat/engine/resources/instance.py