Merge "CI: enable libvirt TLS in TLS job"

This commit is contained in:
Zuul 2022-02-23 18:00:52 +00:00 committed by Gerrit Code Review
commit 01e5834ed1

View File

@ -21,4 +21,5 @@ kolla_copy_ca_into_containers: "yes"
kolla_enable_tls_backend: "yes" kolla_enable_tls_backend: "yes"
openstack_cacert: "/etc/pki/tls/certs/ca-bundle.crt" openstack_cacert: "/etc/pki/tls/certs/ca-bundle.crt"
kolla_admin_openrc_cacert: "{% raw %}{{ '{{' }} kolla_certificates_dir }}{% endraw %}/ca/root.crt" kolla_admin_openrc_cacert: "{% raw %}{{ '{{' }} kolla_certificates_dir }}{% endraw %}/ca/root.crt"
libvirt_tls: "yes"
{% endif %} {% endif %}