Update get-pip to version 3.3

Version 3.2 has a bug with it on some systems that can result in the
following stacktrace: [ http://paste.openstack.org/show/726064 ]. To
correct this issue the version of the get-pip script has been set to 3.3
which does not suffer from the same issue.

Change-Id: Iaa824cc64bd0e8bdfdda4de243d80400f1529e8c
Closes-Bug: #1779534
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
(cherry picked from commit 79063a3e10)
This commit is contained in:
Kevin Carter 2018-07-16 21:10:47 -05:00 committed by Jesse Pretorius (odyssey4me)
parent 1c8778b5bb
commit 64a204f434
1 changed files with 2 additions and 2 deletions

View File

@ -57,8 +57,8 @@ user_external_repos_list: []
pip_install_package_state: "latest"
## Path to pip download/installation script.
pip_upstream_url: https://bootstrap.pypa.io/3.2/get-pip.py
pip_fallback_url: https://raw.githubusercontent.com/pypa/get-pip/master/3.2/get-pip.py
pip_upstream_url: https://bootstrap.pypa.io/3.3/get-pip.py
pip_fallback_url: https://raw.githubusercontent.com/pypa/get-pip/master/3.3/get-pip.py
# Allow the deployer to force pip to download locally to the deployment host
# and copy it to the remote container for installation. Useful for environments