]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Trivial fix in ml2 conf
authorDongcan Ye <hellochosen@gmail.com>
Sun, 15 Nov 2015 15:15:30 +0000 (23:15 +0800)
committerDongcan Ye <hellochosen@gmail.com>
Sun, 15 Nov 2015 15:41:13 +0000 (15:41 +0000)
Fix alignment for ml2_type_gre section in ml2_conf.ini, using
two lines instead of one line.

Change-Id: I567b53e442d6393b9efc9c8b1e2d60786fbe584b

etc/neutron/plugins/ml2/ml2_conf.ini

index d33970f831d8ef3650284a28d927d6f6deda5a11..6c1879636823b1fbaeee9043fd1a2f233753b61a 100644 (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]