Comment 77 for bug 1741634

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

Reviewed: https://review.openstack.org/533653
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_heat/commit/?id=ec62894ae70e7544cf6e58d2f389bd74a2d806f4
Submitter: Zuul
Branch: master

commit ec62894ae70e7544cf6e58d2f389bd74a2d806f4
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: Ic2497f23d0c0a9160fc3fe57ccdb78094d499f83
    Partial-Bug: #1741634