Skip to content

Commit 668b71e

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Fix etcd config.json template" into stable/2025.1
2 parents d0d91a9 + b61d2eb commit 668b71e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/roles/etcd/templates/etcd.json.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dest": "/etc/etcd/certs/etcd-key.pem",
1414
"owner": "etcd",
1515
"perm": "0600"
16-
}{% endif %}{% if etcd_copy_certs | bool %},
16+
}{% endif %}{% if etcd_enable_tls | bool and etcd_copy_certs | bool %},{% endif %}{% if etcd_copy_certs | bool %}
1717
{
1818
"source": "{{ container_config_directory }}/ca-certificates",
1919
"dest": "/var/lib/kolla/share/ca-certificates",

0 commit comments

Comments
 (0)