Merge "CI: enable libvirt TLS in TLS jobs"

This commit is contained in:
Zuul 2022-02-03 19:11:05 +00:00 committed by Gerrit Code Review
commit a82028e3e8

View File

@ -146,6 +146,8 @@ openstack_cacert: "/etc/pki/tls/certs/ca-bundle.crt"
{% endif %}
kolla_admin_openrc_cacert: "{% raw %}{{ kolla_certificates_dir }}{% endraw %}/ca/root.crt"
rabbitmq_enable_tls: "yes"
# TODO(mgoddard): Set this to "yes" when previous release is Yoga.
libvirt_tls: "{{ not is_upgrade or previous_release != 'xena' }}"
{% endif %}
{% if scenario == 'linuxbridge' %}