Skip to content
Snippets Groups Projects
Commit adf492bd authored by Mark Goddard's avatar Mark Goddard
Browse files

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
parent 1e984f56
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment