Possible fix for glance swift ssl

Change-Id: Ia8327c7ffdd2715959733f3f2039628f66885899
This commit is contained in:
Proskurin Kirill 2017-03-17 13:59:44 +03:00 committed by mzhnichkov
parent d79f2e5a1c
commit bb32b240cd
1 changed files with 4 additions and 0 deletions

View File

@ -40,12 +40,16 @@ rbd_store_ceph_conf = /etc/ceph/ceph.conf
{% elif glance.swift.enable %}
stores = http,swift
default_store = swift
swift_store_multi_tenant = True
swift_store_create_container_on_put = {{ glance.swift.store_create_container_on_put }}
swift_store_region = RegionOne
default_swift_reference = swift
swift_store_container = {{ glance.swift.store_container }}
swift_store_config_file = /etc/glance/glance-swift-store.conf
swift_store_auth_insecure = {{ glance.swift.store_auth_insecure }}
{% if security.tls.create_certificates %}
swift_store_cacert = /opt/ccp/etc/tls/ca.pem
{% endif %}
{% else %}
stores = http,file
default_store = file