d40f5a4725
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
9 lines
360 B
YAML
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.
|