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: