Skip to content
Snippets Groups Projects
Commit 618d0563 authored by Matt Crees's avatar Matt Crees Committed by Pierre Riteau
Browse files

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
parent 49d891e8
No related branches found
No related tags found
No related merge requests found
......@@ -128,7 +128,7 @@ for multistore:
.. path /etc/kolla/config/glance.conf
.. code-block:: ini
[GLOBAL]
[DEFAULT]
show_image_direct_url = True
.. warning::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment