Revert "Workaround: Uninstall certifi/requests/urllib3 pip installation"
This is not longer required as git-review is not installed in last image in nodepool nodes [1] and can break p-o-i in other scenarios [1] http://logs.openstack.org/88/459488/9/check/gate-puppet-openstack-integration-4-scenario001-tempest-centos-7/b95b566/console.html#_2017-05-29_19_34_35_426653 This reverts commit f02d8c3d4da27c87c4358b36304730e053d8692d. Change-Id: I267638d38d32e688ad33052e3f476c286be6fa45
This commit is contained in:
parent
f02d8c3d4d
commit
3204397889
@ -24,12 +24,6 @@ export PUPPETFILE_DIR=${PUPPETFILE_DIR:-${PUPPET_BASE_PATH}/modules}
|
||||
source $SCRIPT_DIR/functions
|
||||
|
||||
print_header 'Start (install_modules.sh)'
|
||||
|
||||
print_header 'Workaround to remove certifi requests and urllib3 deployed by pip'
|
||||
sudo -E pip uninstall certifi -y || true
|
||||
sudo -E pip uninstall urllib3 -y || true
|
||||
sudo -E pip uninstall requests -y || true
|
||||
|
||||
print_header 'Install r10k'
|
||||
# fast_gettext 1.2.0+ requires ruby 2.1.0
|
||||
gem install fast_gettext -v '< 1.2.0'
|
||||
|
Loading…
x
Reference in New Issue
Block a user