]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Remove root_helper arg from SecurityGroupAgentRpc
authorTerry Wilson <twilson@redhat.com>
Tue, 10 Feb 2015 04:50:09 +0000 (22:50 -0600)
committerHenry Gessau <gessau@cisco.com>
Wed, 18 Feb 2015 13:24:51 +0000 (13:24 +0000)
commitdb747a198bd856422004ebfec9e7e9acf09b625d
tree7662d94a19f0de44058e06257cafd4fdbd4874a1
parentbcbaaf462f05067baa8e6ddb42d73d46c828ac47
Remove root_helper arg from SecurityGroupAgentRpc

Removes the root_helper argument from SecurityGroupAgentRpc and
removes usages of root_helper that were solely required for it.

Change-Id: If166fda9fac7718ae7bbc86756884ddea8dd70d5
Partially-Implements: blueprint rootwrap-daemon-mode
13 files changed:
neutron/agent/securitygroups_rpc.py
neutron/plugins/bigswitch/agent/restproxy_agent.py
neutron/plugins/hyperv/agent/hyperv_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/plugins/sriovnicagent/sriov_nic_agent.py
neutron/tests/unit/bigswitch/test_restproxy_agent.py
neutron/tests/unit/nec/test_nec_agent.py
neutron/tests/unit/oneconvergence/test_nvsd_agent.py
neutron/tests/unit/openvswitch/test_ovs_tunnel.py
neutron/tests/unit/test_security_groups_rpc.py