Merge "public-openrc: Add OS_CACERT even if admin-openrc lacks it"
This commit is contained in:
@@ -11,9 +11,10 @@ export OS_ENDPOINT_TYPE=publicURL
|
||||
export OS_MANILA_ENDPOINT_TYPE=publicURL
|
||||
{% elif "export OS_MISTRAL_ENDPOINT_TYPE" in line %}
|
||||
export OS_MISTRAL_ENDPOINT_TYPE=publicURL
|
||||
{% elif "export OS_CACERT" in line and kolla_public_openrc_cacert is not none %}
|
||||
export OS_CACERT={{ kolla_public_openrc_cacert }}
|
||||
{% else %}
|
||||
{{ line }}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% if kolla_public_openrc_cacert is not none %}
|
||||
export OS_CACERT={{ kolla_public_openrc_cacert }}
|
||||
{% endif %}
|
||||
|
||||
6
releasenotes/notes/bug-2110549-28e47a915331af95.yaml
Normal file
6
releasenotes/notes/bug-2110549-28e47a915331af95.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Fixes ``public-openrc.sh`` missing the ``OS_CACERT`` variable when absent
|
||||
from ``admin-openrc.sh``.
|
||||
`LP#2110549 <https://bugs.launchpad.net/kayobe/+bug/2110549>`__
|
||||
Reference in New Issue
Block a user