Merge "Remove root_helper config from plugin ini"
This commit is contained in:
commit
aa5b4f6b2c
@ -22,10 +22,6 @@
|
|||||||
# Example:
|
# Example:
|
||||||
# network_vlan_ranges = physnet1:1000:2999
|
# network_vlan_ranges = physnet1:1000:2999
|
||||||
|
|
||||||
[agent]
|
|
||||||
# Example:
|
|
||||||
# root_helper = sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf
|
|
||||||
|
|
||||||
[linux_bridge]
|
[linux_bridge]
|
||||||
# physical_interface_mappings = <physical network name>:<local interface>
|
# physical_interface_mappings = <physical network name>:<local interface>
|
||||||
#
|
#
|
||||||
|
@ -12,11 +12,6 @@
|
|||||||
# Agent's polling interval in seconds
|
# Agent's polling interval in seconds
|
||||||
# polling_interval = 2
|
# 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]
|
[securitygroup]
|
||||||
# Firewall driver for realizing neutron security group function
|
# Firewall driver for realizing neutron security group function
|
||||||
firewall_driver = neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver
|
firewall_driver = neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver
|
||||||
|
Loading…
Reference in New Issue
Block a user