Fix external mariadb documentation for database_user
The variable was documented as database_username, but should be database_user. Change-Id: Ia1fd8f9a9336c26520041fa2138c763a8c382bca
This commit is contained in:
parent
36c388bb5e
commit
de2c124a4f
@ -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:
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
Loading…
Reference in New Issue
Block a user