Possible fix for glance swift ssl

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

View File

@ -46,6 +46,9 @@ 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