Fix missing content of neutron database creation.

Change-Id: I0a45b38d77c7f468472ae48541721636fb6fb05c
Partial-Bug: #1718125
This commit is contained in:
ericxiett 2017-09-19 19:12:38 +08:00
parent 15f8b45fad
commit 47f43070e0
3 changed files with 11 additions and 17 deletions

13
doc/source/install/controller-install-obs.rst Normal file → Executable file
View 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
View 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
View File

@ -14,7 +14,7 @@ must create a database, service credentials, and API endpoints.
.. code-block:: console
# mysql
$ mysql -u root -p
.. end