From 2f8edeedc88491214d2502c5b1d17a155f452a47 Mon Sep 17 00:00:00 2001 From: ericxiett Date: Tue, 19 Sep 2017 16:50:14 +0800 Subject: [PATCH] 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 --- doc/source/install/install-debian.rst | 13 +++++-------- doc/source/install/install-obs.rst | 13 +++++-------- doc/source/install/install-rdo.rst | 13 +++++-------- doc/source/install/install-ubuntu.rst | 13 +++++-------- 4 files changed, 20 insertions(+), 32 deletions(-) mode change 100644 => 100755 doc/source/install/install-obs.rst mode change 100644 => 100755 doc/source/install/install-rdo.rst mode change 100644 => 100755 doc/source/install/install-ubuntu.rst diff --git a/doc/source/install/install-debian.rst b/doc/source/install/install-debian.rst index ec37cbcd5b..2141ebc636 100644 --- a/doc/source/install/install-debian.rst +++ b/doc/source/install/install-debian.rst @@ -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: diff --git a/doc/source/install/install-obs.rst b/doc/source/install/install-obs.rst old mode 100644 new mode 100755 index 3ad682e4a8..2ac702b112 --- a/doc/source/install/install-obs.rst +++ b/doc/source/install/install-obs.rst @@ -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: diff --git a/doc/source/install/install-rdo.rst b/doc/source/install/install-rdo.rst old mode 100644 new mode 100755 index f88ebe4797..8c47fa9db1 --- a/doc/source/install/install-rdo.rst +++ b/doc/source/install/install-rdo.rst @@ -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: diff --git a/doc/source/install/install-ubuntu.rst b/doc/source/install/install-ubuntu.rst old mode 100644 new mode 100755 index 992a5b6476..33fa98f0c1 --- a/doc/source/install/install-ubuntu.rst +++ b/doc/source/install/install-ubuntu.rst @@ -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: