]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Cleanup floatingips also on router delete
authorrajeev <rajeev.grover@hp.com>
Thu, 11 Sep 2014 16:03:00 +0000 (12:03 -0400)
committerrajeev <rajeev.grover@hp.com>
Thu, 11 Sep 2014 19:07:00 +0000 (15:07 -0400)
commitc3326996e38cb67f8d4ba3dabd829dc6f327b666
treee464669716a4e2f281a7fecba78438e188661d3d
parent35754cd2104e5f541919c938b0152f7fd904c758
Cleanup floatingips also on router delete

In router remove path process_router(), processing of floating ips
is getting skipped. This change adds processing of floating ips
if the external gateway for the router was previously set. Since
DVR uses FIP namespaces and agent gateway ports, this change ensures
such ports and namespaces are removed.

Change-Id: Ib1d8fb54adcd8aab411dced695d171376687c980
Partial-bug: #1367588
neutron/agent/l3_agent.py
neutron/tests/unit/test_l3_agent.py