Comment 5 for bug 1818757

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

Reviewed: https://review.openstack.org/641338
Committed: https://git.openstack.org/cgit/openstack/tripleo-common/commit/?id=1af49b1966434411baa1fcb65ffb9953bc91f6a5
Submitter: Zuul
Branch: master

commit 1af49b1966434411baa1fcb65ffb9953bc91f6a5
Author: apetrich <email address hidden>
Date: Wed Mar 6 12:57:42 2019 +0100

    Fix interaction between gitpython and eventlet

    The mistral executor uses eventlet patching, but gitpython's subprocess
    module is not being properly patched. Patching it manually fix the issues

    Change-Id: I49d041b48d9939844bcc3a571819887772caf491
    Closes-bug: #1818757