Fix missing content of neutron database creation.
Change-Id: I0a45b38d77c7f468472ae48541721636fb6fb05c Partial-Bug: #1718125
This commit is contained in:
5
doc/source/install/controller-install-obs.rst
Normal file → Executable file
5
doc/source/install/controller-install-obs.rst
Normal file → Executable file
@@ -9,9 +9,7 @@ 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:
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
@@ -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
|
||||||
|
|||||||
5
doc/source/install/controller-install-rdo.rst
Normal file → Executable file
5
doc/source/install/controller-install-rdo.rst
Normal file → Executable file
@@ -9,9 +9,7 @@ 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:
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user