Fix external mariadb documentation for database_user

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

Change-Id: Ia1fd8f9a9336c26520041fa2138c763a8c382bca
(cherry picked from commit de2c124a4f)
This commit is contained in:
Mark Goddard 2020-09-02 09:29:38 +01:00
parent a401b6a10b
commit 322f70d5bb
1 changed files with 2 additions and 2 deletions

View File

@ -101,12 +101,12 @@ and set the ``database_password`` in ``/etc/kolla/passwords.yml`` file:
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:
.. code-block:: yaml
database_username: "privillegeduser"
database_user: "privillegeduser"
Using preconfigured databases / users:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~