]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Add VXLAN example to ovs_neutron_plugin.ini
authorAssaf Muller <amuller@redhat.com>
Tue, 17 Dec 2013 15:05:15 +0000 (17:05 +0200)
committerAssaf Muller <amuller@redhat.com>
Tue, 17 Dec 2013 15:05:15 +0000 (17:05 +0200)
Change-Id: I512bc206f051b58ed346e1fc5247d692ba9bdba3

etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini

index ba5791dc15a642240407a72b38cd052441543baa..146b2cf97cbab5d45383df991d7778749435340d 100644 (file)
 # 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