Merge "Prevent openrc files from using wrong OS_CACERT value"
This commit is contained in:
commit
c31870591d
@ -184,12 +184,8 @@ kolla_enable_tls_internal: {{ kolla_enable_tls_internal | bool }}
|
||||
kolla_enable_tls_external: {{ kolla_enable_tls_external | bool }}
|
||||
kolla_external_fqdn_cert: "{{ kolla_external_fqdn_cert }}"
|
||||
kolla_internal_fqdn_cert: "{{ kolla_internal_fqdn_cert }}"
|
||||
{% if kolla_external_fqdn_cacert %}
|
||||
kolla_external_fqdn_cacert: "{{ kolla_external_fqdn_cacert }}"
|
||||
{% endif %}
|
||||
{% if kolla_internal_fqdn_cacert %}
|
||||
kolla_internal_fqdn_cacert: "{{ kolla_internal_fqdn_cacert }}"
|
||||
{% endif %}
|
||||
|
||||
################
|
||||
# Region options
|
||||
|
@ -0,0 +1,8 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Fixes an issue where ``OS_CACERT`` variable in ``openrc`` files would be
|
||||
set to the path of a non-existent file. New ``openrc`` files can be
|
||||
generated with the ``kayobe control host bootstrap`` command. `See story
|
||||
2007516 <https://storyboard.openstack.org/#!/story/2007516>`_ for more
|
||||
details.
|
Loading…
Reference in New Issue
Block a user