Comment 109 for bug 1637509

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to openstack-ansible-os_magnum (master)

Reviewed: https://review.openstack.org/403715
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_magnum/commit/?id=1d4b32532a696fc67ac0dcce9f18a3e1a415a9a5
Submitter: Jenkins
Branch: master

commit 1d4b32532a696fc67ac0dcce9f18a3e1a415a9a5
Author: Marc Gariepy <email address hidden>
Date: Mon Nov 28 08:58:42 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: Ieb97e0b245b870c0b5b42bf9b52e7400a65e38ad
    Related-Bug: #1637509
    Partial-Bug: #1644629