Merge "Fix missing some content of glance database creation."

This commit is contained in:
Jenkins 2017-09-20 17:12:47 +00:00 committed by Gerrit Code Review
commit a1c8966f9f
4 changed files with 20 additions and 32 deletions

View File

@ -13,17 +13,14 @@ 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 ``glance`` database:

13
doc/source/install/install-obs.rst Normal file → Executable file
View File

@ -13,17 +13,14 @@ 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 ``glance`` database:

13
doc/source/install/install-rdo.rst Normal file → Executable file
View File

@ -13,17 +13,14 @@ 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 ``glance`` database:

13
doc/source/install/install-ubuntu.rst Normal file → Executable file
View File

@ -13,17 +13,14 @@ 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:
* Use the database access client to connect to the database
server as the ``root`` user:
.. code-block:: console
# mysql
.. end
.. code-block:: console
$ mysql -u root -p
.. end
* Create the ``glance`` database: