X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fopendaylight-infra-stack.sh;h=381f9bec3f6a981992609e3d8d8f9359290a72b9;hb=53d9e249a24624cdf89c2c3c67128de34110dfe1;hp=b3afb0481f55f737e338a0c78e8dba94b989a7c9;hpb=4dd0f93bdcc602f444719a3b5c95a5447866af85;p=releng%2Fbuilder.git diff --git a/jjb/opendaylight-infra-stack.sh b/jjb/opendaylight-infra-stack.sh index b3afb0481..381f9bec3 100644 --- a/jjb/opendaylight-infra-stack.sh +++ b/jjb/opendaylight-infra-stack.sh @@ -12,10 +12,9 @@ virtualenv "/tmp/v/openstack" # shellcheck source=/tmp/v/openstack/bin/activate disable=SC1091 source "/tmp/v/openstack/bin/activate" -pip install --upgrade pip +pip install --upgrade "pip<10.0.0" setuptools pip install --upgrade python-openstackclient python-heatclient -pip install --upgrade pipdeptree -pipdeptree +pip freeze cd /builder/openstack-hot || exit 1