Skip to content
Snippets Groups Projects
Commit 73872201 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Add glance_ca_certificates_file when using self sign cert in glance"

parents c033ddca 04382c80
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,7 @@ glance_api_servers = {{ internal_protocol }}://{{ glance_internal_fqdn | put_add
glance_num_retries = {{ groups['glance-api'] | length }}
glance_api_version = 2
glance_ca_certificates_file = {{ openstack_cacert | default(omit) }}
os_region_name = {{ openstack_region_name }}
......
---
fixes:
- |
Fix missing glance_ca_certificates_file variable in glance.conf.
`LP#1869133 <https://bugs.launchpad.net/kolla-ansible/+bug/1869133>`__
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment