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