From 432c7a5801210dd68be6da0a6ccac97a6cb47e79 Mon Sep 17 00:00:00 2001 From: John Haan Date: Tue, 12 Feb 2019 11:14:28 +0000 Subject: [PATCH] Fix wrong indentation of multinode docs This simple patch is for correcting wrong indentation error in multinode document. Change-Id: Idc5f3c948947419359860eb68cddd05a31201c8d --- doc/source/install/multinode.rst | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/doc/source/install/multinode.rst b/doc/source/install/multinode.rst index dfeff78b6..9246af02b 100644 --- a/doc/source/install/multinode.rst +++ b/doc/source/install/multinode.rst @@ -28,31 +28,31 @@ Alternatively, this step can be performed by running the script directly: ./tools/deployment/multinode/020-ingress.sh - Deploy Ceph - ^^^^^^^^^^^ +Deploy Ceph +^^^^^^^^^^^ - .. literalinclude:: ../../../../tools/deployment/multinode/030-ceph.sh - :language: shell - :lines: 1,17- +.. literalinclude:: ../../../tools/deployment/multinode/030-ceph.sh + :language: shell + :lines: 1,17- - Alternatively, this step can be performed by running the script directly: +Alternatively, this step can be performed by running the script directly: - .. code-block:: shell +.. code-block:: shell - ./tools/deployment/multinode/030-ceph.sh + ./tools/deployment/multinode/030-ceph.sh - Activate the OSH-Infra namespace to be able to use Ceph - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Activate the OSH-Infra namespace to be able to use Ceph +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - .. literalinclude:: ../../../../tools/deployment/multinode/035-ceph-ns-activate.sh - :language: shell - :lines: 1,17- +.. literalinclude:: ../../../tools/deployment/multinode/035-ceph-ns-activate.sh + :language: shell + :lines: 1,17- - Alternatively, this step can be performed by running the script directly: +Alternatively, this step can be performed by running the script directly: - .. code-block:: shell +.. code-block:: shell - ./tools/deployment/multinode/035-ceph-ns-activate.sh + ./tools/deployment/multinode/035-ceph-ns-activate.sh Deploy LDAP ^^^^^^^^^^^