Comment 118 for bug 1741634

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-ansible-os_aodh (stable/queens)

Reviewed: https://review.openstack.org/562971
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_aodh/commit/?id=7c1e162ebafea5c8ab807e532c0844a7fc1d3344
Submitter: Zuul
Branch: stable/queens

commit 7c1e162ebafea5c8ab807e532c0844a7fc1d3344
Author: Jean-Philippe Evrard <email address hidden>
Date: Mon Jan 15 13:54:00 2018 +0000

    Replace virtualenv-tools by a script

    virtualenv-tools has a bug which gets triggered in gates: it can't
    change the shebang of a virtualenv python bin/ files if they
    were generated with a virtualenv script whose shebang ends with
    python2 instead of python.

    Because we can't modify virtualenv-tools, we use shell scripts
    instead.

    Change-Id: If934acbcfe81578366d1ecc0c5fec7c6de5b2040
    Partial-Bug: #1741634
    (cherry picked from commit 01597f254c04f30748f9eeee70aace4bd123eec7)