Comment 25 for bug 1779534

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-ansible (stable/ocata)

Reviewed: https://review.openstack.org/580402
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible/commit/?id=6832adb392fdf395206616b8dad2c4c6969e421d
Submitter: Zuul
Branch: stable/ocata

commit 6832adb392fdf395206616b8dad2c4c6969e421d
Author: Jesse Pretorius <email address hidden>
Date: Tue Jul 3 18:10:15 2018 +0100

    Pin get-pip.py to 3.2

    As get-pip.py evolves based on pip 10, while we're still using
    pip 9, changes in the way it can be used are causing problems.

    For example, the ability to use --download is no longer there.

    As such, let's pin to a known good version and leave it at that
    until we no longer need to use this script. Version 3.2 maps to
    pip 7.1.2 which fulfills our needs.

    Change-Id: I2a49a407e82c23540cd0aff209bd276c8a303bf0
    Closes-Bug: 1779534
    (cherry picked from commit e79314ecd462f1388d72bada681cc792a588d8db)