]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Added note to neutron.conf
authorJorge Miramontes <jorge.miramontes@rackspace.com>
Wed, 7 May 2014 22:54:50 +0000 (17:54 -0500)
committerJorge Miramontes <jorge.miramontes@rackspace.com>
Fri, 6 Jun 2014 21:40:15 +0000 (16:40 -0500)
Added note to neutron.conf which clarifies where database
connection attribute should be set.

Change-Id: Ic0631cff789046528cae8622d935b65ae9b012cb
Closes-Bug: #1261298

etc/neutron.conf

index 984e93c0ef32e2a479a83ff4481e5270b81cba2f..1c9ba02cd6f2c986bf71f68cf2e42a386d1bc1f6 100644 (file)
@@ -412,6 +412,10 @@ admin_password = %SERVICE_PASSWORD%
 # Replace 127.0.0.1 above with the IP address of the database used by the
 # main neutron server. (Leave it as is if the database runs on this host.)
 # connection = sqlite://
+# NOTE: In deployment the [database] section and its connection attribute may
+# be set in the corresponding core plugin '.ini' file. However, it is suggested
+# to put the [database] section and its connection attribute in this
+# configuration file.
 
 # The SQLAlchemy connection string used to connect to the slave database
 # slave_connection =