Merge "Correct configuration of db connection"

This commit is contained in:
Jenkins 2017-01-23 03:01:09 +00:00 committed by Gerrit Code Review
commit b63bd4ca4f
1 changed files with 3 additions and 3 deletions

View File

@ -1,13 +1,13 @@
2. Edit the ``/etc/barbican/barbican.conf`` file and complete the following
actions:
* In the ``[database]`` section, configure database access:
* In the ``[DEFAULT]`` section, configure database access:
.. code-block:: none
[database]
[DEFAULT]
...
connection = mysql+pymysql://barbican:BARBICAN_DBPASS@controller/barbican
sql_connection = mysql+pymysql://barbican:BARBICAN_DBPASS@controller/barbican
Replace ``BARBICAN_DBPASS`` with the password you chose for the
Key Manager service database.