]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Divide _cleanup_namespaces for easy extensibility
authorJohn Schwarz <jschwarz@redhat.com>
Tue, 23 Sep 2014 12:24:47 +0000 (15:24 +0300)
committerJohn Schwarz <jschwarz@redhat.com>
Mon, 6 Oct 2014 09:18:55 +0000 (12:18 +0300)
commitdea795263eb2968519d4235a8de98329c329e0e8
treeff35d5b71bdccd60ae6c2ab172bd82f2eaedb5a7
parent467bd9476defbb028f0fbfa26f01f76c32b701cd
Divide _cleanup_namespaces for easy extensibility

This division of the function to 2 different functions allows for
easier overwriting in the l3 test agent used by the HA functional
tests, and later by the integration tests.

Related-bug: #1374947
Change-Id: I8f277759747c8a142f5c023aa3511b00a886348c
neutron/agent/l3_agent.py