[Bug 1033444] [NEW] Deleting an added floating IP just removes it from the server

Kurt Huwig k.huwig at telekom.de
Mon Aug 6 08:50:36 UTC 2012


Public bug reported:

When I try to delete an IP that is attached to a server, it is only
removed from the server, but not deleted. Only the second delete will
actually delete it. I waited several seconds between the commands. I
expect the command to either fail completely or remove the IP from the
server and then delete it.

$ nova floating-ip-list
+----------------+--------------------------------------+---------------+------+
|       Ip       |             Instance Id              |    Fixed Ip   | Pool |
+----------------+--------------------------------------+---------------+------+
| 192.168.22.130 | 0200d6ef-1f1b-462a-94a5-7b60011d1612 | 192.168.23.59 | nova |
+----------------+--------------------------------------+---------------+------+

$ nova floating-ip-delete 192.168.22.130

$ nova floating-ip-list
+----------------+-------------+----------+------+
|       Ip       | Instance Id | Fixed Ip | Pool |
+----------------+-------------+----------+------+
| 192.168.22.130 | None        | None     | nova |
+----------------+-------------+----------+------+

$ nova floating-ip-delete 192.168.22.130

$ nova floating-ip-list
+----+-------------+----------+------+
| Ip | Instance Id | Fixed Ip | Pool |
+----+-------------+----------+------+
+----+-------------+----------+------+

** Affects: nova (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1033444

Title:
  Deleting an added floating IP just removes it from the server

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1033444/+subscriptions



More information about the Ubuntu-server-bugs mailing list