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
This commit is contained in:
parent
3da5cd15bd
commit
ff441c1c0c
@ -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' %}
|
||||
|
Loading…
Reference in New Issue
Block a user