Skip to content

Commit 7e64447

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Fix etcd backend certificates not being templated" into stable/2025.1
2 parents 511208f + 9bb23ba commit 7e64447

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

ansible/roles/etcd/defaults/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,8 @@ etcd_remove_deleted_members: "no"
8585
# Copy certificates
8686
###################
8787
etcd_copy_certs: "{{ kolla_copy_ca_into_containers | bool or etcd_enable_tls | bool }}"
88+
89+
###################
90+
# TLS
91+
###################
92+
etcd_enable_tls_backend: "{{ etcd_enable_tls | bool }}"
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
fixes:
3+
- |
4+
Fix an issue causing etcd backend TLS certificates to not be templated as
5+
the ``kolla_copy_backend_tls_files`` variable was evaluating to false due
6+
to the ``etcd_enable_tls_backend`` variable being undefined.

0 commit comments

Comments
 (0)