Skip to content
Snippets Groups Projects
Commit 933d575b authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Revert "CI: Temporarily disable rabbitmq internal tls""

parents 1b1d06a9 455f2c31
No related branches found
No related tags found
No related merge requests found
......@@ -133,8 +133,11 @@ openstack_cacert: "/etc/ssl/certs/ca-certificates.crt"
openstack_cacert: "/etc/pki/tls/certs/ca-bundle.crt"
{% endif %}
kolla_admin_openrc_cacert: "{% raw %}{{ kolla_certificates_dir }}{% endraw %}/ca/root.crt"
# FIXME(mnasiadka): Re-enable when https://review.opendev.org/#/c/761194/ is merged
rabbitmq_enable_tls: "no"
# TODO(mgoddard): Remove the condition when Victoria supports RabbitMQ TLS,
# or the previous release is no longer Victoria.
{% if not is_upgrade or previous_release != "victoria" %}
rabbitmq_enable_tls: "yes"
{% endif %}
{% endif %}
{% if scenario == 'linuxbridge' %}
......
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