]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Lowercase OVS sample config section headers
authorMark T. Voelker <mvoelker@cisco.com>
Wed, 12 Feb 2014 16:45:32 +0000 (11:45 -0500)
committerMark T. Voelker <mvoelker@cisco.com>
Wed, 12 Feb 2014 16:47:27 +0000 (11:47 -0500)
The "Sample Configurations" section of ovs_neutron_plugin.ini
has uppercased section headers.  In Havana the section headers
were normalized to lowercase, but the sample configs were never
updated.

Change-Id: Ic33392788317adcd6eb86caeef4f25aa4a3d10c8
Closes-Bug: #1279418

etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini

index 146b2cf97cbab5d45383df991d7778749435340d..7c68492c518109eb6114323fb4bc5b784d01e278 100644 (file)
 #-----------------------------------------------------------------------------
 #
 # 1. With VLANs on eth1.
-# [OVS]
+# [ovs]
 # network_vlan_ranges = default:2000:3999
 # tunnel_id_ranges =
 # integration_bridge = br-int
 # bridge_mappings = default:br-eth1
 #
 # 2. With GRE tunneling.
-# [OVS]
+# [ovs]
 # network_vlan_ranges =
 # tunnel_id_ranges = 1:1000
 # integration_bridge = br-int
 # local_ip = 10.0.0.3
 #
 # 3. With VXLAN tunneling.
-# [OVS]
+# [ovs]
 # network_vlan_ranges =
 # tenant_network_type = vxlan
 # tunnel_type = vxlan
 # integration_bridge = br-int
 # tunnel_bridge = br-tun
 # local_ip = 10.0.0.3
-# [AGENT]
+# [agent]
 # tunnel_types = vxlan