From 0048b2e83f8deaef4ae8f453215cd8eb85e83e66 Mon Sep 17 00:00:00 2001 From: "Mark T. Voelker" Date: Wed, 12 Feb 2014 11:45:32 -0500 Subject: [PATCH] Lowercase OVS sample config section headers 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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini b/etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini index 146b2cf97..7c68492c5 100644 --- a/etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini +++ b/etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini @@ -138,14 +138,14 @@ #----------------------------------------------------------------------------- # # 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 @@ -153,7 +153,7 @@ # local_ip = 10.0.0.3 # # 3. With VXLAN tunneling. -# [OVS] +# [ovs] # network_vlan_ranges = # tenant_network_type = vxlan # tunnel_type = vxlan @@ -161,5 +161,5 @@ # integration_bridge = br-int # tunnel_bridge = br-tun # local_ip = 10.0.0.3 -# [AGENT] +# [agent] # tunnel_types = vxlan -- 2.45.2