doc: fix bullets in external_ceph.rst
Bullets under Cinder paragraph were not properly formatted. Change-Id: I0626c93435c989447feb257cd24ddc3af2d05851
This commit is contained in:
parent
fdf3729f83
commit
ab797c1ae9
@ -93,11 +93,12 @@ Cinder
|
|||||||
Configuring Cinder for Ceph includes following steps:
|
Configuring Cinder for Ceph includes following steps:
|
||||||
|
|
||||||
#. Configure Ceph authentication details in ``/etc/kolla/globals.yml``:
|
#. Configure Ceph authentication details in ``/etc/kolla/globals.yml``:
|
||||||
|
|
||||||
* ``ceph_cinder_keyring`` (default: ``ceph.client.cinder.keyring``)
|
* ``ceph_cinder_keyring`` (default: ``ceph.client.cinder.keyring``)
|
||||||
* ``ceph_cinder_user`` (default: ``cinder``)
|
* ``ceph_cinder_user`` (default: ``cinder``)
|
||||||
* ``ceph_cinder_pool_name`` (default: ``volumes``)
|
* ``ceph_cinder_pool_name`` (default: ``volumes``)
|
||||||
* ``ceph_cinder_backup_keyring``
|
* ``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_user`` (default: ``cinder-backup``)
|
||||||
* ``ceph_cinder_backup_pool_name`` (default: ``backups``)
|
* ``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``.
|
will be merged with ``/etc/kolla/config/cinder/ceph.conf``.
|
||||||
|
|
||||||
#. Copy Ceph keyring files to:
|
#. Copy Ceph keyring files to:
|
||||||
|
|
||||||
* ``/etc/kolla/config/cinder/cinder-volume/<ceph_cinder_keyring>``
|
* ``/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_keyring>``
|
||||||
* ``/etc/kolla/config/cinder/cinder-backup/<ceph_cinder_backup_keyring>``
|
* ``/etc/kolla/config/cinder/cinder-backup/<ceph_cinder_backup_keyring>``
|
||||||
|
Loading…
x
Reference in New Issue
Block a user