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:
parent
cdad785bc7
commit
f960072daf
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user