From ff441c1c0ceb8fc06a17f5db8e460ad00e8db365 Mon Sep 17 00:00:00 2001 From: Michal Nasiadka Date: Wed, 4 Nov 2020 07:58:28 +0100 Subject: [PATCH] CI: Temporarily disable rabbitmq internal tls Due to an incompatibility between oslo.messaging and new kombu/amqp mix - Nova RMQ TLS is not working. See [1] and [2]. [1]: https://launchpad.net/bugs/1902696 [2]: https://review.opendev.org/#/c/761194/ Change-Id: Ibffd96fe008b6fcefcd73ac3c1bc579507dca5c7 --- tests/templates/globals-default.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/templates/globals-default.j2 b/tests/templates/globals-default.j2 index a5400612f0..84e85dffaa 100644 --- a/tests/templates/globals-default.j2 +++ b/tests/templates/globals-default.j2 @@ -134,7 +134,8 @@ 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" -rabbitmq_enable_tls: "yes" +# FIXME(mnasiadka): Re-enable when https://review.opendev.org/#/c/761194/ is merged +rabbitmq_enable_tls: "no" {% endif %} {% if scenario == 'linuxbridge' %}