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:
parent
56e25635ff
commit
6fb4d48775
@ -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
|
||||
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user