Remove database section from plugin.ini

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
This commit is contained in:
Andreas Jaeger 2013-11-03 17:31:29 +01:00
parent cdad785bc7
commit f960072daf
2 changed files with 0 additions and 8 deletions

View 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

View File

@ -134,19 +134,13 @@
#-----------------------------------------------------------------------------
#
# 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