FloatingIp not disassociating from instance when terminated.

Bug #1054958 reported by Endre Karlson
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
neutron
Invalid
Undecided
Unassigned

Bug Description

When I terminate a instance in Nova it's not removing ports, disassociating ports from floating ips etc.

Is there some config opts for this?

Revision history for this message
Gary Kotton (garyk) wrote :
Download full text (4.8 KiB)

Hi,
Can you please provide some more details. I tried to reproduce but did not see the issue you reported:

openstack@openstack:~/devstack$ quantum floatingip-list
+--------------------------------------+------------------+---------------------+--------------------------------------+
| id | fixed_ip_address | floating_ip_address | port_id |
+--------------------------------------+------------------+---------------------+--------------------------------------+
| dab238eb-dfcc-4b97-88ac-1fbe2dc35357 | 10.0.0.3 | 172.24.4.227 | 04d995fa-bcb4-4fad-963f-71ccc7db6aa5 |
+--------------------------------------+------------------+---------------------+--------------------------------------+

+--------------------------------------+------+-------------------+---------------------------------------------------------------------------------+
| id | name | mac_address | fixed_ips |
+--------------------------------------+------+-------------------+---------------------------------------------------------------------------------+
| 04d995fa-bcb4-4fad-963f-71ccc7db6aa5 | | fa:16:3e:63:76:12 | {"subnet_id": "85d39b8f-7e43-44fd-8b83-ea96d46cf2b2", "ip_address": "10.0.0.3"} |
| 3f7acba7-cfaa-46be-89f6-365c9862299e | | fa:16:3e:17:80:da | {"subnet_id": "85d39b8f-7e43-44fd-8b83-ea96d46cf2b2", "ip_address": "10.0.0.2"} |
| b950394d-5db6-4efb-b5bc-ba6f7cf0222b | | fa:16:3e:3a:04:30 | {"subnet_id": "85d39b8f-7e43-44fd-8b83-ea96d46cf2b2", "ip_address": "10.0.0.1"} |
+--------------------------------------+------+-------------------+---------------------------------------------------------------------------------+

===> delete the VM

openstack@openstack:~/devstack$ quantum floatingip-list
+--------------------------------------+------------------+---------------------+---------+
| id | fixed_ip_address | floating_ip_address | port_id |
+--------------------------------------+------------------+---------------------+---------+
| dab238eb-dfcc-4b97-88ac-1fbe2dc35357 | | 172.24.4.227 | |
+--------------------------------------+------------------+---------------------+---------+
openstack@openstack:~/devstack$
openstack@openstack:~/devstack$

openstack@openstack:~/devstack$ quantum port-list (demo user)
+--------------------------------------+------+-------------------+---------------------------------------------------------------------------------+
| id | name | mac_address | fixed_ips |
+--------------------------------------+------+-------------------+---------------------------------------------------------------------------------+
| 3f7acba7-cfaa-46be-89f6-365c9862299e | | fa:16:3e:17:80:da | {"subnet_id": "85d39b8f-7e43-44fd-8b83-ea96d46cf2b2", "ip_address": "10.0.0.2"} |
| b950394d-5db6-4efb-b5bc-ba6f7cf0222b | | fa:16:3e:3a:04:30 | {"subnet_id": "85d39b8f-7e43-44fd-8b83-ea96d46...

Read more...

Gary Kotton (garyk)
Changed in quantum:
status: New → Incomplete
Revision history for this message
Endre Karlson (endre-karlson) wrote :

configuration error - can be ignored.

dan wendlandt (danwent)
Changed in quantum:
status: Incomplete → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.