]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Remove remaining uses of passing root_helper
authorTerry Wilson <twilson@redhat.com>
Wed, 11 Feb 2015 06:53:57 +0000 (00:53 -0600)
committerHenry Gessau <gessau@cisco.com>
Fri, 20 Feb 2015 03:24:38 +0000 (03:24 +0000)
commit326e25f932f3d30a163d82af5e398a89edbd01bd
tree235587e3b48f6ef6f6930717033da2e0ffd8297f
parent8d5b57c20dc34b0736ee16f66602eb7daa3d7cb5
Remove remaining uses of passing root_helper

This should remove the last bits of passing root_helper around
for execute(). Some tests store and pass the root_helper argument
outside of this, and have been left alone.

Depends-On: I1e3b64e5a1d6cff2aebc638710487bbdbdba61d4
Depends-On: I5d51fa5edc7f427d84d7ae49d3a4c972dca8ac37
Depends-On: I21c6e7795c8b2e8f87bbd2b00a8eb7cb215ece74
Depends-On: I6566e17a1ce07a3bebf2a1a3653ad7e7f397f0b9
Change-Id: I38c901c65fb0c8598589ec56d5afd50d2f882f4f
Partially-Implements: blueprint rootwrap-daemon-mode
27 files changed:
neutron/agent/l3/router_info.py
neutron/agent/l3_agent.py
neutron/agent/linux/ip_lib.py
neutron/agent/linux/utils.py
neutron/cmd/netns_cleanup.py
neutron/debug/debug_agent.py
neutron/debug/shell.py
neutron/services/metering/agents/metering_agent.py
neutron/services/metering/drivers/iptables/iptables_driver.py
neutron/tests/functional/agent/linux/base.py
neutron/tests/functional/agent/linux/test_ip_lib.py
neutron/tests/functional/agent/linux/test_ovsdb_monitor.py
neutron/tests/functional/agent/test_l3_agent.py
neutron/tests/functional/base.py
neutron/tests/tools.py
neutron/tests/unit/agent/linux/test_ovsdb_monitor.py
neutron/tests/unit/agent/linux/test_utils.py
neutron/tests/unit/nec/test_config.py
neutron/tests/unit/ofagent/ofa_test_base.py
neutron/tests/unit/ofagent/test_ofa_neutron_agent.py
neutron/tests/unit/services/metering/drivers/test_iptables_driver.py
neutron/tests/unit/services/metering/test_metering_agent.py
neutron/tests/unit/test_debug_commands.py
neutron/tests/unit/test_iptables_manager.py
neutron/tests/unit/test_linux_ip_lib.py
neutron/tests/unit/test_netns_cleanup.py
neutron/tests/unit/test_ovs_cleanup.py