Comment 105 for bug 1741634

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

Reviewed: https://review.openstack.org/544106
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_cinder/commit/?id=7b16d80ca3288deba6bd4452102cba4596238894
Submitter: Zuul
Branch: master

commit 7b16d80ca3288deba6bd4452102cba4596238894
Author: Jean-Philippe Evrard <email address hidden>
Date: Tue Feb 13 21:50:44 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: I6cc40b4fc473df29c6e3d7844fde6340694d43bb
    Partial-Bug: #1741634