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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to