e44f286ebc
As was reported in the related bug some time ago, setting that option to True for nova-compute can break it as it's non-wsgi service. We also noticed same problems with randomly stucked non-wsgi services like e.g. neutron agents and probably the same issue can happen with any other non-wsgi service. To avoid that this patch changes default value of that config option to be False. Together with [1] it effectively reverts change done in [2] some time ago. [1] https://review.opendev.org/c/openstack/oslo.messaging/+/800621 [2] https://review.opendev.org/c/openstack/oslo.messaging/+/747395 Related-Bug: #1934937 Closes-Bug: #1961402 Change-Id: I85f5b9d1b5d15ad61a9fcd6e25925b7eeb8bf6e7
10 lines
357 B
YAML
10 lines
357 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
The ``[oslo_messaging_rabbit] heartbeat_in_pthread`` config option
|
|
defaults to ``False`` again.
|
|
For wsgi applications it is recommended to set this value to ``True``
|
|
but enabling it for non-wsgi services may break such service.
|
|
Please check https://bugs.launchpad.net/oslo.messaging/+bug/1934937
|
|
for more details.
|