Skip to content

Commit e9eafcf

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "cinder: fix condition to copy backend TLS certs" into stable/victoria
2 parents f3ea05a + 9a0da64 commit e9eafcf

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)