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

This commit is contained in:
Zuul 2020-04-02 09:38:52 +00:00 committed by Gerrit Code Review
commit 7387220132
2 changed files with 6 additions and 0 deletions
ansible/roles/cinder/templates
releasenotes/notes

@ -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 }}

@ -0,0 +1,5 @@
---
fixes:
- |
Fix missing glance_ca_certificates_file variable in glance.conf.
`LP#1869133 <https://bugs.launchpad.net/kolla-ansible/+bug/1869133>`__