Fix missing content of neutron database creation.
Change-Id: I0a45b38d77c7f468472ae48541721636fb6fb05c Partial-Bug: #1718125
This commit is contained in:
parent
15f8b45fad
commit
47f43070e0
13
doc/source/install/controller-install-obs.rst
Normal file → Executable file
13
doc/source/install/controller-install-obs.rst
Normal file → Executable file
@ -9,17 +9,14 @@ must create a database, service credentials, and API endpoints.
|
||||
|
||||
#. To create the database, complete these steps:
|
||||
|
||||
* Use the database access client to connect to the database
|
||||
server as the ``root`` user:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
* Use the database access client to connect to the database
|
||||
server as the ``root`` user:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
$ mysql -u root -p
|
||||
|
||||
.. end
|
||||
$ mysql -u root -p
|
||||
|
||||
.. end
|
||||
|
||||
* Create the ``neutron`` database:
|
||||
|
||||
|
13
doc/source/install/controller-install-rdo.rst
Normal file → Executable file
13
doc/source/install/controller-install-rdo.rst
Normal file → Executable file
@ -9,17 +9,14 @@ must create a database, service credentials, and API endpoints.
|
||||
|
||||
#. To create the database, complete these steps:
|
||||
|
||||
* Use the database access client to connect to the database
|
||||
server as the ``root`` user:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
* Use the database access client to connect to the database
|
||||
server as the ``root`` user:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
$ mysql -u root -p
|
||||
|
||||
.. end
|
||||
$ mysql -u root -p
|
||||
|
||||
.. end
|
||||
|
||||
* Create the ``neutron`` database:
|
||||
|
||||
|
2
doc/source/install/controller-install-ubuntu.rst
Normal file → Executable file
2
doc/source/install/controller-install-ubuntu.rst
Normal file → Executable file
@ -14,7 +14,7 @@ must create a database, service credentials, and API endpoints.
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
# mysql
|
||||
$ mysql -u root -p
|
||||
|
||||
.. end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user