]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Remove root_helper arg for ovs_lib
authorTerry Wilson <twilson@redhat.com>
Mon, 9 Feb 2015 04:43:31 +0000 (22:43 -0600)
committerTerry Wilson <twilson@redhat.com>
Thu, 12 Feb 2015 21:33:31 +0000 (15:33 -0600)
commitd336623d5543231c6ec22fc2edb9ff8473f74542
treede8aa95e360a4deb7be4adb301f92b7cdfbd9523
parenta8d5c3c6b7f59cec9f0ba8d7cc5d167cf15e5631
Remove root_helper arg for ovs_lib

Stop passing root_helper in ovs_lib classes and instead rely on
execute() looking up the root_helper from the config.

Partially-Implements: blueprint rootwrap-daemon-mode
Change-Id: I24c29a1964582dabaa04358e05be903c8cb49229
22 files changed:
neutron/agent/linux/interface.py
neutron/agent/linux/ovs_lib.py
neutron/agent/ovsdb/impl_vsctl.py
neutron/cmd/netns_cleanup.py
neutron/cmd/ovs_cleanup.py
neutron/cmd/sanity/checks.py
neutron/plugins/bigswitch/agent/restproxy_agent.py
neutron/plugins/ibm/agent/sdnve_neutron_agent.py
neutron/plugins/nec/agent/nec_neutron_agent.py
neutron/plugins/ofagent/agent/ofa_neutron_agent.py
neutron/plugins/oneconvergence/agent/nvsd_neutron_agent.py
neutron/plugins/openvswitch/agent/ovs_neutron_agent.py
neutron/tests/functional/agent/linux/base.py
neutron/tests/functional/agent/test_l3_agent.py
neutron/tests/functional/agent/test_ovs_lib.py
neutron/tests/unit/agent/linux/test_ovs_lib.py
neutron/tests/unit/ofagent/test_ofa_neutron_agent.py
neutron/tests/unit/openvswitch/test_ovs_neutron_agent.py
neutron/tests/unit/openvswitch/test_ovs_tunnel.py
neutron/tests/unit/test_linux_interface.py
neutron/tests/unit/test_netns_cleanup.py
neutron/tests/unit/test_ovs_cleanup.py