Skip to content

Commit 0048b2e

Browse files
author
Mark T. Voelker
committed
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
1 parent c900327 commit 0048b2e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,28 +138,28 @@
138138
#-----------------------------------------------------------------------------
139139
#
140140
# 1. With VLANs on eth1.
141-
# [OVS]
141+
# [ovs]
142142
# network_vlan_ranges = default:2000:3999
143143
# tunnel_id_ranges =
144144
# integration_bridge = br-int
145145
# bridge_mappings = default:br-eth1
146146
#
147147
# 2. With GRE tunneling.
148-
# [OVS]
148+
# [ovs]
149149
# network_vlan_ranges =
150150
# tunnel_id_ranges = 1:1000
151151
# integration_bridge = br-int
152152
# tunnel_bridge = br-tun
153153
# local_ip = 10.0.0.3
154154
#
155155
# 3. With VXLAN tunneling.
156-
# [OVS]
156+
# [ovs]
157157
# network_vlan_ranges =
158158
# tenant_network_type = vxlan
159159
# tunnel_type = vxlan
160160
# tunnel_id_ranges = 1:1000
161161
# integration_bridge = br-int
162162
# tunnel_bridge = br-tun
163163
# local_ip = 10.0.0.3
164-
# [AGENT]
164+
# [agent]
165165
# tunnel_types = vxlan

0 commit comments

Comments
 (0)