# 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 [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 = [provider] # Default router provider to use. # default_router_provider = l3-agent # List of enabled router providers. # router_providers = l3-agent,openflow