]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fix for floatingip-delete not removing fip_gw port
authorSwaminathan Vasudevan <swaminathan.vasudevan@hp.com>
Thu, 31 Jul 2014 21:57:08 +0000 (14:57 -0700)
committerSwaminathan Vasudevan <swaminathan.vasudevan@hp.com>
Tue, 26 Aug 2014 00:03:53 +0000 (17:03 -0700)
commit6994ade726f4a33753a11b2b2c24454160c96d31
treecf3b6bc115908cdec628d0bfec4c6f4df702bdce
parent6f46e05d72c35b3896c83c53570d920b55d8e987
Fix for floatingip-delete not removing fip_gw port

fip_agent_gateway_port is created dynamically on a
compute node where FIP namespace is created. When
floatingip-disassociate is called this 'port' is
deleted.

But when we call floatingip-delete this port is
not deleted.

This patch fixes the issue mentioned above.

Closes-Bug: #1351066

Change-Id: I1aa51680394547390546fe362abfae7a5d25425b
neutron/db/l3_dvr_db.py
neutron/tests/unit/db/test_l3_dvr_db.py