]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Remove root_helper arg from L3 Agent
authorTerry Wilson <twilson@redhat.com>
Tue, 10 Feb 2015 13:37:34 +0000 (07:37 -0600)
committerTerry Wilson <twilson@redhat.com>
Fri, 13 Feb 2015 10:08:36 +0000 (04:08 -0600)
commit80629875c487817e1ec02000d58e554f4e709689
tree694add6da55a25a456defe3a9b27de1ee0cddb8e
parent36bfd6b889f79ba5dae1817d75f4de9cb3ec5ec8
Remove root_helper arg from L3 Agent

Remove the root_helper arg from the L3 agent.

Change-Id: Ib66813d9823618cdc3caf48673721173f0bdf5fc
Partially-Implements: blueprint rootwrap-daemon-mode
Depends-On: I1e3b64e5a1d6cff2aebc638710487bbdbdba61d4
15 files changed:
neutron/agent/l3/agent.py
neutron/agent/l3/dvr.py
neutron/agent/l3/dvr_fip_ns.py
neutron/agent/l3/dvr_router.py
neutron/agent/l3/ha_router.py
neutron/agent/l3/router_info.py
neutron/agent/linux/interface.py
neutron/agent/linux/keepalived.py
neutron/services/advanced_service.py
neutron/services/firewall/agents/l3reference/firewall_l3_agent.py
neutron/tests/functional/agent/linux/test_keepalived.py
neutron/tests/unit/agent/l3/test_router_info.py
neutron/tests/unit/agent/test_dvr_fip_ns.py
neutron/tests/unit/test_dvr_router.py
neutron/tests/unit/test_l3_agent.py