380b0e7db6
This change renames everything to Neutron while providing backwards compatible adjustments for Grizzly configuration files. implements blueprint: remove-use-of-quantum Change-Id: Ie7d07ba7c89857e13d4ddc8f0e9b68de020a3d19
32 lines
1.1 KiB
INI
32 lines
1.1 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 quantum-rootwrap /etc/quantum/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 quantum security group function
|
|
firewall_driver = quantum.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 quantum/plugins/nec/drivers/ .
|
|
driver = trema
|
|
# PacketFilter is available when it's enabled in this configuration
|
|
# and supported by the driver.
|
|
enable_packet_filter = true
|