Remove root_helper config from plugin ini
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
This commit is contained in:
parent
d0fc944129
commit
834cec0021
@ -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>
|
||||
#
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user