Merge "Remove root_helper config from plugin ini"

This commit is contained in:
Jenkins 2013-12-09 23:28:32 +00:00 committed by Gerrit Code Review
commit aa5b4f6b2c
2 changed files with 0 additions and 9 deletions

View File

@ -22,10 +22,6 @@
# Example:
# network_vlan_ranges = physnet1:1000:2999
[agent]
# Example:
# root_helper = sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf
[linux_bridge]
# physical_interface_mappings = <physical network name>:<local interface>
#

View File

@ -12,11 +12,6 @@
# Agent's polling interval in seconds
# polling_interval = 2
# Use "sudo neutron-rootwrap /etc/neutron/rootwrap.conf" to use the real
# root filter facility.
# Change to "sudo" to skip the filtering and just run the comand directly
root_helper = sudo
[securitygroup]
# Firewall driver for realizing neutron security group function
firewall_driver = neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver