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
4 changed files with 20 additions and 32 deletions
+5 -8
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:
+5 -8
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:
+5 -8
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:
+5 -8
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: