Remove show_multiple_locations in glance-api
This option is deprecated for removal since Newton. This option will be removed in the Pike release or later because the same functionality can be achieved with greater granularity by using policies. Please see the Newton release notes for more information. see: https://docs.openstack.org/ocata/config-reference/image/glance-api.conf.html https://docs.openstack.org/releasenotes/glance/newton.html Change-Id: I54e090cb89cfeeb78b890e335cf4eeee45275fbf Closes-Bug: #1682070
This commit is contained in:
parent
f1759c3a1c
commit
c85e0464df
@ -17,7 +17,6 @@ registry_host = {{ kolla_internal_fqdn }}
|
|||||||
|
|
||||||
{% if enable_ceph | bool %}
|
{% if enable_ceph | bool %}
|
||||||
show_image_direct_url= True
|
show_image_direct_url= True
|
||||||
show_multiple_locations = True
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
cinder_catalog_info = volume:cinder:internalURL
|
cinder_catalog_info = volume:cinder:internalURL
|
||||||
|
Loading…
Reference in New Issue
Block a user