remove-unit of nova-compute does not actually remove the nova service or the neutron agent
Bug #1317560 reported by
Nicolas Thomas
This bug affects 9 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Nova Compute Charm |
Triaged
|
Medium
|
Unassigned | ||
nova-compute (Juju Charms Collection) |
Invalid
|
Medium
|
Unassigned |
Bug Description
When removing units successfully from Juju points of you it does not appear in Horizon as expected.
How to reproduce : deploy an Icehouse on precise ... with several units. Check in horizon. remove units and check horizon nothing is done.
Expected result compute removed.
tags: | added: openstack |
Changed in nova-compute (Juju Charms Collection): | |
assignee: | nobody → Liang Chen (cbjchen) |
Changed in nova-compute (Juju Charms Collection): | |
status: | Triaged → In Progress |
Changed in nova-compute (Juju Charms Collection): | |
assignee: | Liang Chen (cbjchen) → nobody |
status: | In Progress → Triaged |
Changed in charm-nova-compute: | |
importance: | Undecided → Medium |
status: | New → Triaged |
Changed in nova-compute (Juju Charms Collection): | |
status: | Triaged → Invalid |
tags: | added: scaleback |
To post a comment you must log in.
Believe it or not this is quite tricky to fix as even if you terminate the service unit etc... nova will still have a record of it in its database.
That said, it won't be used for scheduling as it should be marked as down in some way.