Skip to content

Commit 9a0da64

Browse files
markgoddardyoctozepto
authored andcommitted
cinder: fix condition to copy backend TLS certs
We need to import copy-certs.yml when either copying a CA file into containers, or when a service has backend TLS enabled. Cinder only included the former condition. This patch fixes it. TrivialFix Change-Id: I70aab86055cadad9abf28956c6d6e8a90a9668c0 (cherry picked from commit adf492b)
1 parent 513a3b1 commit 9a0da64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/roles/cinder/tasks/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
- include_tasks: copy-certs.yml
4141
when:
42-
- kolla_copy_ca_into_containers | bool
42+
- kolla_copy_ca_into_containers | bool or cinder_enable_tls_backend | bool
4343

4444
- name: Copying over config.json files for services
4545
template:

0 commit comments

Comments
 (0)