Fix missing some content of glance database creation.
The indentation of glance database creation was incorrect. This patch fixes it. Change-Id: If3ca607258363f5b6e8e1b86e0425fd74da2e62a Closes-Bug: #1718125
This commit is contained in:
parent
49232d2e7f
commit
2f8edeedc8
@ -13,17 +13,14 @@ 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
|
||||||
|
server as the ``root`` user:
|
||||||
|
|
||||||
|
.. code-block:: console
|
||||||
|
|
||||||
* Use the database access client to connect to the database
|
$ mysql -u root -p
|
||||||
server as the ``root`` user:
|
|
||||||
|
|
||||||
.. code-block:: console
|
|
||||||
|
|
||||||
$ mysql -u root -p
|
|
||||||
|
|
||||||
.. end
|
|
||||||
|
|
||||||
|
.. end
|
||||||
|
|
||||||
* Create the ``glance`` database:
|
* Create the ``glance`` database:
|
||||||
|
|
||||||
|
13
doc/source/install/install-obs.rst
Normal file → Executable file
13
doc/source/install/install-obs.rst
Normal file → Executable file
@ -13,17 +13,14 @@ 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
|
||||||
|
server as the ``root`` user:
|
||||||
|
|
||||||
|
.. code-block:: console
|
||||||
|
|
||||||
* Use the database access client to connect to the database
|
$ mysql -u root -p
|
||||||
server as the ``root`` user:
|
|
||||||
|
|
||||||
.. code-block:: console
|
|
||||||
|
|
||||||
$ mysql -u root -p
|
|
||||||
|
|
||||||
.. end
|
|
||||||
|
|
||||||
|
.. end
|
||||||
|
|
||||||
* Create the ``glance`` database:
|
* Create the ``glance`` database:
|
||||||
|
|
||||||
|
13
doc/source/install/install-rdo.rst
Normal file → Executable file
13
doc/source/install/install-rdo.rst
Normal file → Executable file
@ -13,17 +13,14 @@ 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
|
||||||
|
server as the ``root`` user:
|
||||||
|
|
||||||
|
.. code-block:: console
|
||||||
|
|
||||||
* Use the database access client to connect to the database
|
$ mysql -u root -p
|
||||||
server as the ``root`` user:
|
|
||||||
|
|
||||||
.. code-block:: console
|
|
||||||
|
|
||||||
$ mysql -u root -p
|
|
||||||
|
|
||||||
.. end
|
|
||||||
|
|
||||||
|
.. end
|
||||||
|
|
||||||
* Create the ``glance`` database:
|
* Create the ``glance`` database:
|
||||||
|
|
||||||
|
13
doc/source/install/install-ubuntu.rst
Normal file → Executable file
13
doc/source/install/install-ubuntu.rst
Normal file → Executable file
@ -13,17 +13,14 @@ 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
|
||||||
|
server as the ``root`` user:
|
||||||
|
|
||||||
* Use the database access client to connect to the database
|
.. code-block:: console
|
||||||
server as the ``root`` user:
|
|
||||||
|
|
||||||
.. code-block:: console
|
|
||||||
|
|
||||||
# mysql
|
|
||||||
|
|
||||||
.. end
|
|
||||||
|
|
||||||
|
$ mysql -u root -p
|
||||||
|
|
||||||
|
.. end
|
||||||
|
|
||||||
* Create the ``glance`` database:
|
* Create the ``glance`` database:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user