Merge "ironic: disable heartbeat_in_pthreads" into stable/2023.2

This commit is contained in:
Zuul 2024-04-15 16:28:14 +00:00 committed by Gerrit Code Review
commit ef484cbd5b
1 changed files with 1 additions and 1 deletions

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 }}