diff --git a/etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini b/etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini index 146b2cf97c..7c68492c51 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