<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div apple-content-edited="true"><br></div><div><div>On Aug 27, 2012, at 6:53 AM, Vivek Singh Raghuwanshi <<a href="mailto:vivekraghuwanshi@gmail.com">vivekraghuwanshi@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Hi All,<br><br>Please help me how i can remove some instances which are stucked in deletion phase.<br><br>root@node1:~# nova list<br>+--------------------------------------+--------+--------+----------+<br>|                  ID                  |  Name  | Status | Networks |<br>
+--------------------------------------+--------+--------+----------+<br>| 507fbaaa-451e-40ab-90c4-32d01c767c63 | vikas  | BUILD  |          |<br>| 5fc2ce61-f397-41d8-a1ad-4de3c6ab5212 | test1  | ACTIVE |          |<br>| 98c4f7d0-d58e-4c5f-a34f-5d06c0250823 | redhat | ACTIVE |          |<br>
+--------------------------------------+--------+--------+----------+<br>root@node1:~# nova delete vikas<br>root@node1:~# nova delete test1<br>root@node1:~# nova delete redhat<br>root@node1:~# nova list<br>+--------------------------------------+--------+--------+----------+<br>
|                  ID                  |  Name  | Status | Networks |<br>+--------------------------------------+--------+--------+----------+<br>| 507fbaaa-451e-40ab-90c4-32d01c767c63 | vikas  | BUILD  |          |<br>| 5fc2ce61-f397-41d8-a1ad-4de3c6ab5212 | test1  | ACTIVE |          |<br>
| 98c4f7d0-d58e-4c5f-a34f-5d06c0250823 | redhat | ACTIVE |          |<br>+--------------------------------------+--------+--------+----------+<br>root@node1:~# <br><br clear="all"><br></blockquote><div><br></div>Hi Vivek:</div><div><br></div><div>You should be able to use "nova reset-state" and then "nova-delete" in order to delete them if they're stuck. See <a href="http://docs.openstack.org/essex/openstack-compute/admin/content/reset-state.html">http://docs.openstack.org/essex/openstack-compute/admin/content/reset-state.html</a><br><div><br></div><div><br></div><div><br></div><div><span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Take care,</div><div><br></div><div>Lorin</div><div>--</div><div>Lorin Hochstein</div><div>Lead Architect - Cloud Services</div><div>Nimbis Services, Inc.</div><div><a href="https://www.nimbisservices.com/">www.nimbisservices.com</a></div><div><br></div></div></span><br class="Apple-interchange-newline"></div></div></body></html>