Skip to content

Commit 5b38eae

Browse files
MoteHuemmalchuk
authored andcommitted
Correct glance.conf example in external Ceph guide
Under the Glance section of the external Ceph guide, to enable copy-on-write the config heading should be ``[DEFAULT]``, rather than ``[GLOBAL]``. For reference, see the Glance docs: https://docs.openstack.org/glance/latest/configuration/glance_api.html#DEFAULT.show_image_direct_url Closes-Bug: #2017643 Change-Id: I2d77e01637ecae0bd10319eac4bc75340dd6f61f (cherry picked from commit 618d056)
1 parent 26e477f commit 5b38eae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/reference/storage/external-ceph-guide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ for Ceph includes the following steps:
7676
.. path /etc/kolla/config/glance.conf
7777
.. code-block:: ini
7878
79-
[GLOBAL]
79+
[DEFAULT]
8080
show_image_direct_url = True
8181
8282
.. warning::

0 commit comments

Comments
 (0)