Remove show_image_direct_url for ceph plugin

To fix it we change the default param to True.
'show_image_direct_url' will be overridden.
Currently glance v2 doesn't allow to specify custom
locations for image by default, it returns 403.


Closes-Bug: #1740223

Related to https://review.openstack.org/#/c/279630/2

Change-Id: Ib4dd54c69830ab8f3f9812877b026f81c23c224a
This commit is contained in:
zhubingbing 2017-11-10 08:38:57 +00:00
parent d87a837f36
commit 3dee904215

View File

@ -12,7 +12,6 @@ workers = {{ openstack_service_workers }}
registry_host = {{ kolla_internal_fqdn }}
{% if enable_ceph | bool %}
show_image_direct_url= True
show_multiple_locations = True
{% endif %}