From: Dongcan Ye Date: Sun, 15 Nov 2015 15:15:30 +0000 (+0800) Subject: Trivial fix in ml2 conf X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=a95edc8980802d5d3a4c7746f8f4c82fab0c033b;p=openstack-build%2Fneutron-build.git Trivial fix in ml2 conf Fix alignment for ml2_type_gre section in ml2_conf.ini, using two lines instead of one line. Change-Id: I567b53e442d6393b9efc9c8b1e2d60786fbe584b --- diff --git a/etc/neutron/plugins/ml2/ml2_conf.ini b/etc/neutron/plugins/ml2/ml2_conf.ini index d33970f83..6c1879636 100644 --- a/etc/neutron/plugins/ml2/ml2_conf.ini +++ b/etc/neutron/plugins/ml2/ml2_conf.ini @@ -78,7 +78,8 @@ # Example: network_vlan_ranges = physnet1:1000:2999,physnet2 [ml2_type_gre] -# (ListOpt) Comma-separated list of : tuples enumerating ranges of GRE tunnel IDs that are available for tenant network allocation +# (ListOpt) Comma-separated list of : tuples enumerating +# ranges of GRE tunnel IDs that are available for tenant network allocation. # tunnel_id_ranges = [ml2_type_vxlan]