Comment 3 for bug 1035594

Revision history for this message
Adam Gandelman (gandelman-a) wrote :

Having trouble reproducing using the following steps with stable/essex on Ubuntu 12.04 (via 2012.1.3+stable-20120827-4d2a4afe-0ubuntu1 package):

nova floating-ip-create
nova add-floating-ip b8e0295d-e515-4838-b91a-eb3c4b1beebe 192.168.25.237
nova delete b8e0295d-e515-4838-b91a-eb3c4b1beebe
nova floating-ip-delete 192.168.25.237

Watching the database (floating_ips), the floating ip to fixed_ip_id mapping is appropriately removed on instance deletion, as is the floating ip <-> project_id mapping on floating-ip-delete.

Curious to know which network manager you're using.