]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Remove use_namespaces from RouterInfo Property
authorCarl Baldwin <carl.baldwin@hp.com>
Fri, 17 Oct 2014 04:13:49 +0000 (04:13 +0000)
committerCarl Baldwin <carl.baldwin@hp.com>
Fri, 24 Oct 2014 18:29:11 +0000 (18:29 +0000)
commitcb3b0746c818574cc38050550a47df7f5af5536b
treeb1841c2b604311e3ef9caefd6b6c89d71f094f4a
parentd712663b99520e6d26269b0ca193527603178742
Remove use_namespaces from RouterInfo Property

The use_namespaces property is a property of the agent, not the
router.  The router doesn't need to know if namespaces are in use by
the agent.

Change-Id: I50a1069fc654eeaafaa4098d926ae9e96e5d400f
neutron/agent/l3_agent.py
neutron/services/firewall/agents/l3reference/firewall_l3_agent.py
neutron/services/firewall/agents/varmour/varmour_router.py
neutron/tests/unit/services/firewall/agents/l3reference/test_firewall_l3_agent.py
neutron/tests/unit/services/firewall/agents/varmour/test_varmour_router.py
neutron/tests/unit/services/firewall/drivers/varmour/test_varmour_fwaas.py
neutron/tests/unit/services/vpn/test_vpn_agent.py
neutron/tests/unit/test_l3_agent.py