From ab797c1ae92626c184cc2c614b2c3c3a3a4646f9 Mon Sep 17 00:00:00 2001
From: Michal Nasiadka <mnasiadka@gmail.com>
Date: Wed, 29 Jan 2020 16:50:13 +0100
Subject: [PATCH] doc: fix bullets in external_ceph.rst

Bullets under Cinder paragraph were not properly formatted.

Change-Id: I0626c93435c989447feb257cd24ddc3af2d05851
---
 doc/source/reference/storage/external-ceph-guide.rst | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/doc/source/reference/storage/external-ceph-guide.rst b/doc/source/reference/storage/external-ceph-guide.rst
index 8993d9b4d7..7b02aeaa00 100644
--- a/doc/source/reference/storage/external-ceph-guide.rst
+++ b/doc/source/reference/storage/external-ceph-guide.rst
@@ -93,11 +93,12 @@ Cinder
 Configuring Cinder for Ceph includes following steps:
 
 #. Configure Ceph authentication details in ``/etc/kolla/globals.yml``:
+
    * ``ceph_cinder_keyring`` (default: ``ceph.client.cinder.keyring``)
    * ``ceph_cinder_user`` (default: ``cinder``)
    * ``ceph_cinder_pool_name`` (default: ``volumes``)
    * ``ceph_cinder_backup_keyring``
-   (default: ``ceph.client.cinder-backup.keyring``)
+     (default: ``ceph.client.cinder-backup.keyring``)
    * ``ceph_cinder_backup_user`` (default: ``cinder-backup``)
    * ``ceph_cinder_backup_pool_name`` (default: ``backups``)
 
@@ -110,6 +111,7 @@ Configuring Cinder for Ceph includes following steps:
    will be merged with ``/etc/kolla/config/cinder/ceph.conf``.
 
 #. Copy Ceph keyring files to:
+
    * ``/etc/kolla/config/cinder/cinder-volume/<ceph_cinder_keyring>``
    * ``/etc/kolla/config/cinder/cinder-backup/<ceph_cinder_keyring>``
    * ``/etc/kolla/config/cinder/cinder-backup/<ceph_cinder_backup_keyring>``