Add VXLAN example to ovs_neutron_plugin.ini

Change-Id: I512bc206f051b58ed346e1fc5247d692ba9bdba3
This commit is contained in:
Assaf Muller 2013-12-17 17:05:15 +02:00
parent 314aaabddb
commit 35594f1c14

View File

@ -144,10 +144,22 @@
# integration_bridge = br-int
# bridge_mappings = default:br-eth1
#
# 2. With tunneling.
# 2. With GRE tunneling.
# [OVS]
# network_vlan_ranges =
# tunnel_id_ranges = 1:1000
# integration_bridge = br-int
# tunnel_bridge = br-tun
# local_ip = 10.0.0.3
#
# 3. With VXLAN tunneling.
# [OVS]
# network_vlan_ranges =
# tenant_network_type = vxlan
# tunnel_type = vxlan
# tunnel_id_ranges = 1:1000
# integration_bridge = br-int
# tunnel_bridge = br-tun
# local_ip = 10.0.0.3
# [AGENT]
# tunnel_types = vxlan