Merge "docs: ceph: add copy-on-write for Glance"

This commit is contained in:
Zuul 2021-09-30 18:34:41 +00:00 committed by Gerrit Code Review
commit 33a7c2864c

View File

@ -63,6 +63,20 @@ for Ceph includes the following steps:
#. Copy Ceph keyring to ``/etc/kolla/config/glance/<ceph_glance_keyring>``
#. For copy-on-write set following in ``/etc/kolla/config/glance.conf``:
.. path /etc/kolla/config/glance.conf
.. code-block:: ini
[GLOBAL]
show_image_direct_url = True
.. warning::
``show_image_direct_url`` can present a security risk if using more
than just Ceph as Glance backend(s). Please see
:glance-doc:`Glance show_image_direct_url <configuration/glance_api.html#DEFAULT.show_image_direct_url>`
Cinder
------