Change-Id: I512bc206f051b58ed346e1fc5247d692ba9bdba3
# 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