]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Remove root_helper config from plugin ini
authorAkihiro Motoki <motoki@da.jp.nec.com>
Mon, 9 Dec 2013 17:07:54 +0000 (02:07 +0900)
committerAkihiro Motoki <motoki@da.jp.nec.com>
Mon, 9 Dec 2013 17:07:54 +0000 (02:07 +0900)
As root_helper is defined in neutron.conf, root_helper in plugin ini
is unnecessary and brings confusion when configuring the parameter.
This patch updates plugin ini of NEC plugin and Brocade plugin.

Change-Id: I5b1c36d8d6ffc20ae0b4191a73aaa51f2b3d9a1b
Closes-Bug: #1259242

etc/neutron/plugins/brocade/brocade.ini
etc/neutron/plugins/nec/nec.ini

index 9acd1d990a36e57385cea80fa9e9174cd68e12d0..916e9e5d2801509a5824898136a329c3a78177d9 100644 (file)
 # 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>
 #
index cc9d812bfd3ef757428897493b3dd23894e2f95f..9cbdbe409872176b4434d8cff10d027fce5ac5ea 100644 (file)
 # 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