# 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