openstack-ansible-os_nova/releasenotes/notes/heartbeat_in_pthread_to_false-4bde8fca9a332805.yaml
Dmitriy Rabotyagov d40f5a4725 Disable heartbeat_in_pthread by default
The default value for heartbeat_in_pthread has been reverted in
oslo.messaging to False [1] and backported back to Yoga.

At the moment this setting brings intermittent issues during live
migrations of instances and some other operations. So makes sense
to align it with default value.

[1] https://review.opendev.org/c/openstack/oslo.messaging/+/852251

Change-Id: I5601726095ff19620de2d87220efad191cf7cb6d
2024-07-16 13:52:46 +02:00

9 lines
360 B
YAML

---
other:
- |
In order to align with oslo.messaging `reverted default <https://review.opendev.org/c/openstack/oslo.messaging/+/852251>`_
of ``heartbeat_in_pthread`` value we remove own logic of
handling the value based on host groups.
You still can use ``oslomsg_heartbeat_in_pthread`` or specific role
variables to alter the behaviour.