Comment 4 for bug 1612377

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

Reviewed: https://review.openstack.org/354475
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-pip_install/commit/?id=c1323f2d778ac3c0ac8115bb3b69ce2cc245ffd3
Submitter: Jenkins
Branch: master

commit c1323f2d778ac3c0ac8115bb3b69ce2cc245ffd3
Author: Steve Lewis <email address hidden>
Date: Thu Aug 11 18:17:45 2016 -0500

    Install required packages for get_url module

    To prevent Ansible get_url module from generating SNI warnings
    several system packages are being installed so that system python
    will allow us to get pip and install it.

    The strategy for using system pip to install the python packages
    to prevent SNI warnings causes additional issues as system package
    pip versions may be broken in spectacular ways which prevent us from
    upgrading to pinned versions of each of pip, setuptools, wheel.

    Change-Id: I45e3eff716dba4fb2926794bc25bfb079bb328bf
    Closes-Bug: 1612377