Comment 26 for bug 1934937

Revision history for this message
Edward Hope-Morley (hopem) wrote :

Patch https://review.opendev.org/c/openstack/oslo.messaging/+/800621 is already in Ubuntu Jammy/Yoga

For Patch: https://review.opendev.org/q/I85f5b9d1b5d15ad61a9fcd6e25925b7eeb8bf6e7

# Ubuntu Jammy/Yoga
$ grep "'heartbeat_in_pthread'" python-oslo.messaging-12.13.0/oslo_messaging/_drivers/impl_rabbit.py -A 1
    cfg.BoolOpt('heartbeat_in_pthread',
                default=True,

# Ubuntu Jammy/Zed
$ grep "'heartbeat_in_pthread'" python-oslo.messaging-14.0.0/oslo_messaging/_drivers/impl_rabbit.py -A 1
    cfg.BoolOpt('heartbeat_in_pthread',
                default=False,

So only need to SRU to Jammy and Focal Yoga UCA.