Merge "Add VXLAN example to ovs_neutron_plugin.ini"

This commit is contained in:
Jenkins 2014-01-12 00:18:04 +00:00 committed by Gerrit Code Review
commit 429d3475de
1 changed files with 13 additions and 1 deletions

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