Comment 119 for bug 1741634

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

Reviewed: https://review.openstack.org/562206
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_monasca/commit/?id=cac7008e57e701a9f8fed5fe5ad4d3d68b9c98bd
Submitter: Zuul
Branch: master

commit cac7008e57e701a9f8fed5fe5ad4d3d68b9c98bd
Author: Jesse Pretorius <email address hidden>
Date: Wed Apr 18 11:08:23 2018 +0100

    Replace virtualenv-tools with 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: I62ae0b1f406f102fcb184913c5a6de54bb84c4c2
    Partial-Bug: #1741634
    Partial-Bug: #1764470