Merge "Trivial fix in ml2 conf"

This commit is contained in:
Jenkins 2015-11-16 09:21:39 +00:00 committed by Gerrit Code Review
commit 2254d0f0a6

View File

@ -78,7 +78,8 @@
# Example: network_vlan_ranges = physnet1:1000:2999,physnet2
[ml2_type_gre]
# (ListOpt) Comma-separated list of <tun_min>:<tun_max> tuples enumerating ranges of GRE tunnel IDs that are available for tenant network allocation
# (ListOpt) Comma-separated list of <tun_min>:<tun_max> tuples enumerating
# ranges of GRE tunnel IDs that are available for tenant network allocation.
# tunnel_id_ranges =
[ml2_type_vxlan]