1729b59185
See bug/1194064 #2 Mark McLoughlin's comment Fixes: Bug #1194064 Change-Id: I421d2decfa8829796fe7b6c14f954f3cccc17215
44 lines
1.2 KiB
INI
44 lines
1.2 KiB
INI
# Sample Configurations
|
|
|
|
[ovs]
|
|
# Do not change this parameter unless you have a good reason to.
|
|
# This is the name of the OVS integration bridge. There is one per hypervisor.
|
|
# The integration bridge acts as a virtual "patch port". All VM VIFs are
|
|
# attached to this bridge and then "patched" according to their network
|
|
# connectivity.
|
|
# integration_bridge = br-int
|
|
|
|
[agent]
|
|
# 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
|
|
|
|
[ofc]
|
|
# Specify OpenFlow Controller Host, Port and Driver to connect.
|
|
# host = 127.0.0.1
|
|
# port = 8888
|
|
|
|
# Drivers are in neutron/plugins/nec/drivers/ .
|
|
# driver = trema
|
|
|
|
# PacketFilter is available when it's enabled in this configuration
|
|
# and supported by the driver.
|
|
# enable_packet_filter = true
|
|
|
|
# Use SSL to connect
|
|
# use_ssl = false
|
|
|
|
# Key file
|
|
# key_file =
|
|
|
|
# Certificate file
|
|
# cert_file =
|