Comment 42 for bug 1863021

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

Reviewed: https://review.opendev.org/725660
Committed: https://git.openstack.org/cgit/openstack/neutron-dynamic-routing/commit/?id=31ea570fee8a4b5b7713aa9056c668d41b48ff82
Submitter: Zuul
Branch: stable/ussuri

commit 31ea570fee8a4b5b7713aa9056c668d41b48ff82
Author: Corey Bryant <email address hidden>
Date: Mon May 4 17:31:09 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: I8e8a9ce5085b7915994317af5ea903cf8a39e809
    Closes-Bug: #1863021
    (cherry picked from commit 44e77ea9a975e9222f38591151e2c32640ef7379)