Don't reinstall all pins

Bootstrap ansible should already do the needful, and we
shouldn't help him bootstrap, because we already did
pre-flight checks that are technically sufficient for it to
run.

Change-Id: I910eb4f0bd4d3eeef52885fcf30aa865634fb105
This commit is contained in:
Jean-Philippe Evrard 2017-08-23 11:04:51 +00:00
parent abb648fa34
commit 202e603864

View File

@ -118,11 +118,6 @@ function system_bootstrap {
done
pushd "$1"
# Install the releases global requirements
if [[ -f "global-requirement-pins.txt" ]]; then
pip install --upgrade --isolated --force-reinstall --requirement global-requirement-pins.txt
fi
# Install ansible for system migrations
scripts/bootstrap-ansible.sh
popd