Comment 3 for bug 1984076

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-heat-templates (master)

Reviewed: https://review.opendev.org/c/openstack/tripleo-heat-templates/+/852579
Committed: https://opendev.org/openstack/tripleo-heat-templates/commit/cf4d4f881a1bf7011a3eae604eb83c8900f1b1a4
Submitter: "Zuul (22348)"
Branch: master

commit cf4d4f881a1bf7011a3eae604eb83c8900f1b1a4
Author: Takashi Kajinami <email address hidden>
Date: Tue Aug 9 21:44:00 2022 +0900

    Disable [oslo_messaging_rabbit] heartbeat_in_pthread

    Default value of this option was updated during Wallaby cycle[1] but
    the new default(true) is causing problems with non-wsgi services like
    nova-compute and we've learned these services are not able to behave
    properly in some cases(when starting up, reconnecting to MQ, etc)[2].

    This change overrides the parameter to use the old default value until
    the problem is fixed in oslo.messaging(or in any other layers).

    [1] https://review.opendev.org/c/openstack/oslo.messaging/+/747395
    [2] https://bugs.launchpad.net/oslo.messaging/+bug/1934937

    Closes-Bug: #1984076
    Related-Bug: #1934937
    Depends-on: https://review.opendev.org/852528
    Change-Id: I2bf0fbbb85a6d01f9004420df0b5937d2ba59759