From 91ee3c36753366a9866e5f11792dace5d12ad431 Mon Sep 17 00:00:00 2001 From: KATO Tomoyuki Date: Mon, 7 Nov 2016 23:10:03 +0900 Subject: [PATCH] [install-guide] fix incorrect indent level Change-Id: I3ceb5c31b2d1e92cfd7d69a697dfe9e9ec56cc43 --- .../source/cinder-controller-install.rst | 18 +++++++++--------- .../source/cinder-storage-install.rst | 8 ++++---- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/doc/install-guide/source/cinder-controller-install.rst b/doc/install-guide/source/cinder-controller-install.rst index 3bd3241f1a..37a0afd725 100644 --- a/doc/install-guide/source/cinder-controller-install.rst +++ b/doc/install-guide/source/cinder-controller-install.rst @@ -364,20 +364,20 @@ Install and configure components .. end -.. only:: obs or rdo or ubuntu + .. only:: obs or rdo or ubuntu - * In the ``[oslo_concurrency]`` section, configure the lock path: + * In the ``[oslo_concurrency]`` section, configure the lock path: - .. path /etc/cinder/cinder.conf - .. code-block:: ini + .. path /etc/cinder/cinder.conf + .. code-block:: ini - [oslo_concurrency] - ... - lock_path = /var/lib/cinder/tmp + [oslo_concurrency] + ... + lock_path = /var/lib/cinder/tmp - .. end + .. end -.. endonly + .. endonly .. only:: rdo or ubuntu or debian diff --git a/doc/install-guide/source/cinder-storage-install.rst b/doc/install-guide/source/cinder-storage-install.rst index 665bc873df..a7cde62ff4 100644 --- a/doc/install-guide/source/cinder-storage-install.rst +++ b/doc/install-guide/source/cinder-storage-install.rst @@ -72,13 +72,13 @@ storage node, you must prepare the storage device. .. only:: ubuntu - .. code-block:: console + .. code-block:: console - # apt install lvm2 + # apt install lvm2 - .. end + .. end - .. endonly + .. endonly .. note::