]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Finally let L3 and DHCP agents cleanup namespaces by default
authorEugene Nikanorov <enikanorov@mirantis.com>
Wed, 22 Apr 2015 15:45:57 +0000 (19:45 +0400)
committerenikanorov <enikanorov@mirantis.com>
Fri, 1 May 2015 14:26:40 +0000 (14:26 +0000)
commit723162501a5e2e5f202af9d95a1b946e3d43cf96
tree940724b580ac6729def5adeff77833e1e7b6f643
parente9997b1c76b473409e5d8ecb169d40c45d5cd82a
Finally let L3 and DHCP agents cleanup namespaces by default

There has been a problem with iproute package that resulted in errors
when deleting the namespaces, so deleting was turned off by default.
According to tests with iproute version 3.12.0 there is no such issue
so the option could be safely turned on by default.

DocImpact
Related-Bug: #1052535
Related-Bug: #1402739

Change-Id: I4c831f98fb2462382ef0f9216e265555186b965a
etc/dhcp_agent.ini
etc/l3_agent.ini
neutron/agent/dhcp/config.py
neutron/agent/l3/config.py
neutron/tests/fullstack/config_fixtures.py
neutron/tests/functional/agent/test_l3_agent.py [changed mode: 0755->0644]
neutron/tests/unit/agent/l3/test_agent.py
neutron/tests/unit/agent/linux/test_dhcp.py