Comment 7 for bug 1845181

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

Reviewed: https://review.opendev.org/684380
Committed: https://git.openstack.org/cgit/openstack/tripleo-common/commit/?id=26672e83ab1bd1a932d275dfd244fe20749e3b1e
Submitter: Zuul
Branch: master

commit 26672e83ab1bd1a932d275dfd244fe20749e3b1e
Author: apetrich <email address hidden>
Date: Tue Sep 24 13:20:46 2019 +0200

    Make gitpython and eventlet work with eventlet 0.25.1

    Version 0.25 is having a bad interaction with python git.
    that is due to the way that eventlet unloads some modules now.
    Changed to use the inject method that supports what we need intead
    of the imported_patched that was having the problem

    Change-Id: I79894d4f711c64f536593fffcb6959df97c38838
    Closes-bug: #1845181