Update install docs for single database

When the install docs were ported from nova, cleaning up "databases" ->
"database" was inconsistent. This patch gets the lingering errors.

Change-Id: Id051d8656c58dfc0a351a6de540bb12ef69c1bc6
This commit is contained in:
Chris Dent 2019-03-18 10:44:43 +00:00
parent 56e25635ff
commit 6fb4d48775
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ Create Database
MariaDB [(none)]> CREATE DATABASE placement;
* Grant proper access to the databases:
* Grant proper access to the database:
.. code-block:: console

View File

@ -13,7 +13,7 @@ a database, service credentials, and API endpoints.
Create Database
^^^^^^^^^^^^^^^
#. To create the databases, complete these steps:
#. To create the database, complete these steps:
* Use the database access client to connect to the database server
as the ``root`` user: