Merge "cinder: fix condition to copy backend TLS certs"

This commit is contained in:
Zuul 2021-05-28 10:56:48 +00:00 committed by Gerrit Code Review
commit 99e09537f2

View File

@ -39,7 +39,7 @@
- include_tasks: copy-certs.yml
when:
- kolla_copy_ca_into_containers | bool
- kolla_copy_ca_into_containers | bool or cinder_enable_tls_backend | bool
- name: Copying over config.json files for services
template: