1729b59185
See bug/1194064 #2 Mark McLoughlin's comment Fixes: Bug #1194064 Change-Id: I421d2decfa8829796fe7b6c14f954f3cccc17215
41 lines
1.3 KiB
INI
41 lines
1.3 KiB
INI
[ovs]
|
|
# integration_bridge = br-int
|
|
|
|
# openflow_rest_api = <host IP address of ofp rest api service>:<port: 8080>
|
|
# openflow_rest_api = 127.0.0.1:8080
|
|
|
|
# tunnel key range: 0 < tunnel_key_min < tunnel_key_max
|
|
# VLAN: 12bits, GRE, VXLAN: 24bits
|
|
# tunnel_key_min = 1
|
|
# tunnel_key_max = 0xffffff
|
|
|
|
# tunnel_ip = <ip address for tunneling>
|
|
# tunnel_interface = interface for tunneling
|
|
# when tunnel_ip is NOT specified, ip address is read
|
|
# from this interface
|
|
# tunnel_ip =
|
|
# tunnel_interface =
|
|
tunnel_interface = eth0
|
|
|
|
# ovsdb_port = port number on which ovsdb is listening
|
|
# ryu-agent uses this parameter to setup ovsdb.
|
|
# ovs-vsctl set-manager ptcp:<ovsdb_port>
|
|
# See set-manager section of man ovs-vsctl for details.
|
|
# currently ptcp is only supported.
|
|
# ovsdb_ip = <host IP address on which ovsdb is listening>
|
|
# ovsdb_interface = interface for ovsdb
|
|
# when ovsdb_addr NOT specifiied, ip address is gotten
|
|
# from this interface
|
|
# ovsdb_port = 6634
|
|
# ovsdb_ip =
|
|
# ovsdb_interface =
|
|
ovsdb_interface = eth0
|
|
|
|
[securitygroup]
|
|
# Firewall driver for realizing neutron security group function
|
|
# firewall_driver = neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver
|
|
|
|
[agent]
|
|
# Agent's polling interval in seconds
|
|
# polling_interval = 2
|