]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Remove database section from plugin.ini
authorAndreas Jaeger <aj@suse.de>
Sun, 3 Nov 2013 16:31:29 +0000 (17:31 +0100)
committerAndreas Jaeger <aj@suse.de>
Wed, 6 Nov 2013 08:17:09 +0000 (09:17 +0100)
Change https://review.openstack.org/#/c/34515 moved the database
config items to neutron.conf but left some commented out
[database] items. Remove them as well.

Closes-Bug: #1247589
Change-Id: I05913d0c27a683cec30cae31a1978612aa1e1360

etc/neutron/plugins/hyperv/hyperv_neutron_plugin.ini
etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini

index 236bc7e0f0aab8edabab3ab5196808d1f5b42ee9..5eeec5706d3735cb1c995fa5f2b1638bf5ef5f63 100644 (file)
@@ -51,8 +51,6 @@
 #
 # Neutron server:
 #
-# [database]
-# connection = mysql://root:nova@127.0.0.1:3306/hyperv_neutron
 # [HYPERV]
 # tenant_network_type = vlan
 # network_vlan_ranges = default:2000:3999
index a434b254760cbcc073d6d3c7e218270bb0880864..bb3caf3a58f1a32ca147e620f1a2295c967aa75b 100644 (file)
 #-----------------------------------------------------------------------------
 #
 # 1. With VLANs on eth1.
-# [database]
-# connection = mysql://root:nova@127.0.0.1:3306/ovs_neutron
 # [OVS]
 # network_vlan_ranges = default:2000:3999
 # tunnel_id_ranges =
 # integration_bridge = br-int
 # bridge_mappings = default:br-eth1
-# [AGENT]
-# Add the following setting, if you want to log to a file
 #
 # 2. With tunneling.
-# [database]
-# connection = mysql://root:nova@127.0.0.1:3306/ovs_neutron
 # [OVS]
 # network_vlan_ranges =
 # tunnel_id_ranges = 1:1000