[Bug 997763] Re: floating ips are not disassociated from instances on deletion
Graham Hayes
997763 at bugs.launchpad.net
Wed Oct 4 17:10:58 UTC 2017
** No longer affects: designate
--
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/997763
Title:
floating ips are not disassociated from instances on deletion
Status in neutron:
Fix Released
Status in OpenStack Compute (nova):
Fix Released
Status in OpenStack Compute (nova) essex series:
Fix Released
Status in nova package in Ubuntu:
Fix Released
Status in nova source package in Precise:
Fix Released
Bug description:
The following scenario does not work:
nova add-floating-ip <instance> <floating_ip>
nova delete <instance>
nova "floating-ip-list" renders error like this:
"The server has either erred or is incapable of performing the requested operation"
This is because there's still mapping between the fixed ip of the deleted instance and floating ip left.
Right now one must explicitly type:
nova remove-floating-ip <instance> <floating_ip>
nova delete <instance>
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/997763/+subscriptions
More information about the Ubuntu-openstack-bugs
mailing list