Comment 111 for bug 1741634

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

Reviewed: https://review.openstack.org/562208
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_monasca-agent/commit/?id=89c616ff32a2cb3f871c291ac8ec69a66745dfe3
Submitter: Zuul
Branch: master

commit 89c616ff32a2cb3f871c291ac8ec69a66745dfe3
Author: Jesse Pretorius <email address hidden>
Date: Wed Apr 18 11:12:02 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: Ic37abfb14303b93dfc80398d6e37706a68135cb0
    Partial-Bug: #1741634
    Partial-Bug: #1764470