]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Remove deprecated namespace deletion options
authorCedric Brandily <zzelle@gmail.com>
Tue, 20 Oct 2015 21:03:39 +0000 (23:03 +0200)
committerCedric Brandily <zzelle@gmail.com>
Wed, 21 Oct 2015 10:53:14 +0000 (12:53 +0200)
commitbd0e8af34ceb247273eb666681051228e458b954
tree79990ca9f0ff4fbc6bd086fc72af080668758174
parent3854fd9af33a1ac256edf93e8cbcc62aef7bfb2b
Remove deprecated namespace deletion options

dhcp/router_delete_namespaces[1] options have been defined as a
workaround to an iproute2 limitation[1] corrected 2 years ago.

That's why the change removes these options after their deprecation
in Liberty.

[1] in neutron.agent.dhcp/l3.config

DocImpact
Closes-Bug: #1508189
Related-Bug: #1418079
Change-Id: I2a879213c3b095a007a4531f430a33cea9fdf1bd
etc/dhcp_agent.ini
etc/l3_agent.ini
neutron/agent/dhcp/config.py
neutron/agent/l3/config.py
neutron/agent/l3/namespaces.py
neutron/agent/linux/dhcp.py
neutron/tests/functional/agent/l3/test_namespace_manager.py
neutron/tests/unit/agent/l3/test_agent.py
neutron/tests/unit/agent/l3/test_dvr_fip_ns.py
neutron/tests/unit/agent/linux/test_dhcp.py