Comment 23 for bug 1644629

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

Reviewed: https://review.openstack.org/403714
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_rally/commit/?id=f76966a25fb5b522e0d55659ebffd57b386c8d30
Submitter: Jenkins
Branch: master

commit f76966a25fb5b522e0d55659ebffd57b386c8d30
Author: Marc Gariepy <email address hidden>
Date: Mon Nov 28 08:56:39 2016 -0500

    Fix virtualenv-tools issue

    please see https://github.com/fireteam/virtualenv-tools/issues/5

    This make installation of the virtualenv impossible on CentOS7 since
    you endup with python > python2.7 and python2.7 > python

    lrwxrwxrwx. 1 root root 9 Nov 24 20:49 python -> python2.7
    lrwxrwxrwx. 1 root root 6 Nov 14 20:03 python2 -> python
    lrwxrwxrwx. 1 root root 6 Nov 14 20:03 python2.7 -> python

    Change-Id: I81d290d686582b23067e519285d27b9d4855c9e1
    Related-Bug: #1637509
    Partial-Bug: #1644629