Comment 53 for bug 1863021

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to cinder (stable/ussuri)

Reviewed: https://review.opendev.org/725797
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=cc9014ab4298a4509fd6139fe5b9ca4c7c69120d
Submitter: Zuul
Branch: stable/ussuri

commit cc9014ab4298a4509fd6139fe5b9ca4c7c69120d
Author: Corey Bryant <email address hidden>
Date: Thu Apr 30 15:31:18 2020 -0400

    Monkey patch original current_thread _active

    Monkey patch the original current_thread to use the up-to-date _active
    global variable. This solution is based on that documented at:
    https://github.com/eventlet/eventlet/issues/592

    Change-Id: Ida548b4bec00530418fd3d7ab254e971af77d3fe
    Closes-Bug: #1863021
    (cherry picked from commit 9f0aae5b5876b6a85fc7a30a4acb1f33f76fdb03)