]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
DVR: cleanup stale floating ip namespaces
authorOleg Bondarev <obondarev@mirantis.com>
Thu, 2 Jul 2015 15:18:52 +0000 (18:18 +0300)
committerOleg Bondarev <obondarev@mirantis.com>
Fri, 3 Jul 2015 15:29:07 +0000 (18:29 +0300)
commit46608806aa7a9c60214e28429ca5a8b87b2a15de
treeb7cc4160f685f40c35870c2f1725c2929b6bb65d
parentf3fe4c22f5d107d16dacbec15e8002cac5f5a0c2
DVR: cleanup stale floating ip namespaces

During l3 agent periodic resync NamespaceManager takes care
of cleaning up stale router namespaces. This is true
for qrouter- and snat- namespaces. However stale fip-
namespaces also need to be cleaned up.
The patch adds fip-ns handling to the NamespaceManager.

Closes-Bug: #1470909
Change-Id: Ib6a8ae2ff66c0e1dd0978838c3f274748898f73e
neutron/agent/l3/namespace_manager.py
neutron/tests/unit/agent/l3/test_namespace_manager.py