Comment 2 for bug 1333162

Revision history for this message
Vincent Ladeuil (vila) wrote : Re: juju-hp-global secgroup defined twice

$ nova secgroup-delete 32fb3fef-e1c1-41df-9227-5eda15e1cfba
ERROR: 409-{u'QuantumError': u'Security Group 32fb3fef-e1c1-41df-9227-5eda15e1cfba in use.'} (HTTP 400) (Request-ID: req-07a2a2ca-646d-4192-9ff7-248cfd7ba174)

:-/

$ nova secgroup-delete d9cf6d0a-747a-474a-920d-90e7381eb1f5
+--------------------------------------+----------------+-------------+
| Id | Name | Description |
+--------------------------------------+----------------+-------------+
| d9cf6d0a-747a-474a-920d-90e7381eb1f5 | juju-hp-global | juju group |
+--------------------------------------+----------------+-------------+

At least.

$ juju destroy-environment hp --force
$ nova secgroup-delete 32fb3fef-e1c1-41df-9227-5eda15e1cfba
+--------------------------------------+----------------+-------------+
| Id | Name | Description |
+--------------------------------------+----------------+-------------+
| 32fb3fef-e1c1-41df-9227-5eda15e1cfba | juju-hp-global | juju group |
+--------------------------------------+----------------+-------------+

Not ideal for us, the node 0 needs to be tear down.