Merge "ironic: disable heartbeat_in_pthreads"

This commit is contained in:
Zuul
2024-04-12 17:23:52 +00:00
committed by Gerrit Code Review

View File

@@ -13,7 +13,7 @@ transport_url = {{ rpc_transport_url }}
transport_url = {{ notify_transport_url }}
[oslo_messaging_rabbit]
heartbeat_in_pthread = true
heartbeat_in_pthread = false
{% if om_enable_rabbitmq_tls | bool %}
ssl = true
ssl_ca_file = {{ om_rabbitmq_cacert }}