]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Implement namespace cleanup for new DVR namespaces
authorCarl Baldwin <carl.baldwin@hp.com>
Thu, 10 Jul 2014 19:41:40 +0000 (19:41 +0000)
committerCarl Baldwin <carl.baldwin@hp.com>
Fri, 15 Aug 2014 16:40:42 +0000 (16:40 +0000)
commit163e8edc29646110490831b4590f3464703e6a1a
tree5285b900256c594a55513ce7bdcd0613398a8617
parent40a4c3620b1cfe65833dd2862db8fcba338afac5
Implement namespace cleanup for new DVR namespaces

DVR introduces a new namespace type called snat-<router_id>.  These
namespaces are not properly cleaned up when found stale after an agent
restart.  This patch fixes that.

Change-Id: I0d8b83e0b7838957742e72aa2f42b15e0ca67f04
Partially-implements: blueprint neutron-ovs-dvr
neutron/agent/l3_agent.py
neutron/tests/unit/test_l3_agent.py