Merge "Preinstall pbr with pip"

This commit is contained in:
Jenkins 2017-05-26 21:21:37 +00:00 committed by Gerrit Code Review
commit b5991463f1
1 changed files with 3 additions and 0 deletions

View File

@ -468,6 +468,9 @@ indent df -h
# Install ansible
sudo -H pip install virtualenv
virtualenv /tmp/ansible
# Explicitly install pbr first as this will use pip rathat than
# easy_install. Hope is this is generally more reliable.
/tmp/ansible/bin/pip install pbr
# NOTE(emilien): workaround to avoid installing cryptography
# https://github.com/ansible/ansible/issues/15665
/tmp/ansible/bin/pip install paramiko==1.16.0 ansible==$ANSIBLE_VERSION \