Include a reference to the globally configured Certificate Authority to all services. Services use the CA to verify HTTPs connections. Change-Id: I38da931cdd7ff46cce1994763b5c713652b096cc Partially-Implements: blueprint support-trusted-ca-certificate-file
9 lines
253 B
Django/Jinja
9 lines
253 B
Django/Jinja
[swift]
|
|
auth_version = 3
|
|
auth_address = {{ openstack_auth.auth_url }}/v3
|
|
user = service:{{ glance_keystone_user }}
|
|
key = {{ glance_keystone_password }}
|
|
project_domain_id = default
|
|
user_domain_id = default
|
|
cafile = {{ openstack_cacert | default(omit) }}
|