Skip to content
Snippets Groups Projects
Commit de2c124a authored by Mark Goddard's avatar Mark Goddard
Browse files

Fix external mariadb documentation for database_user

The variable was documented as database_username, but should be database_user.

Change-Id: Ia1fd8f9a9336c26520041fa2138c763a8c382bca
parent 36c388bb
No related branches found
No related tags found
No related merge requests found
...@@ -101,12 +101,12 @@ and set the ``database_password`` in ``/etc/kolla/passwords.yml`` file: ...@@ -101,12 +101,12 @@ and set the ``database_password`` in ``/etc/kolla/passwords.yml`` file:
database_password: mySuperSecurePassword database_password: mySuperSecurePassword
If the MariaDB ``username`` is not ``root``, set ``database_username`` in If the MariaDB ``username`` is not ``root``, set ``database_user`` in
``/etc/kolla/globals.yml`` file: ``/etc/kolla/globals.yml`` file:
.. code-block:: yaml .. code-block:: yaml
database_username: "privillegeduser" database_user: "privillegeduser"
Using preconfigured databases / users: Using preconfigured databases / users:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment