Skip to content

Commit f8f80e3

Browse files
authored
Merge pull request #462 from stackhpc/upstream/2025.1-2025-08-11
Synchronise 2025.1 with upstream
2 parents 6e3e5fc + 6f83a17 commit f8f80e3

File tree

4 files changed

+15
-0
lines changed

4 files changed

+15
-0
lines changed

ansible/roles/kolla-ansible/templates/overcloud-components.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ bifrost
1515

1616
[tls-backend:children]
1717
control
18+
network
1819

1920
# You can explicitly specify which hosts run each project by updating the
2021
# groups in the sections below. Common services are grouped together.

ansible/roles/public-openrc/templates/public-openrc.sh.j2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ export OS_ENDPOINT_TYPE=publicURL
1111
export OS_MANILA_ENDPOINT_TYPE=publicURL
1212
{% elif "export OS_MISTRAL_ENDPOINT_TYPE" in line %}
1313
export OS_MISTRAL_ENDPOINT_TYPE=publicURL
14+
{% elif "export OS_CACERT" in line %}
15+
{# NOTE(bbezak): drop admin OS_CACERT; public-openrc sets its own. -#}
1416
{% else %}
1517
{{ line }}
1618
{% endif %}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
fixes:
3+
- |
4+
Fixes duplicate ``OS_CACERT`` lines in ``public-openrc.sh`` when both admin
5+
and public cacert variables are set.
6+
`LP#2116318 <https://bugs.launchpad.net/kayobe/+bug/2116318>`__
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
fixes:
3+
- |
4+
Fixes configuration of backend TLS when network nodes are separate from
5+
controllers.
6+
`LP#2117084 <https://bugs.launchpad.net/kayobe/+bug/2117084>`__

0 commit comments

Comments
 (0)