X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fopendaylight-infra-stack.sh;h=af5d2fa13ed7e5bc1034242eb184af610d349717;hb=00d3630da9460d3dc0795d438a3e69210bf16aeb;hp=b3afb0481f55f737e338a0c78e8dba94b989a7c9;hpb=05b62134d563b259e477c3e7f146168abd8399be;p=releng%2Fbuilder.git diff --git a/jjb/opendaylight-infra-stack.sh b/jjb/opendaylight-infra-stack.sh index b3afb0481..af5d2fa13 100644 --- a/jjb/opendaylight-infra-stack.sh +++ b/jjb/opendaylight-infra-stack.sh @@ -12,10 +12,11 @@ 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 python-openstackclient python-heatclient -pip install --upgrade pipdeptree -pipdeptree +pip install --upgrade "pip<10.0.0" setuptools +# hardcoding cmd2 version as the most recent version seems to be broken. +# reference: https://pypi.org/project/cmd2/#history +pip install --upgrade cmd2==0.8.5 python-openstackclient python-heatclient +pip freeze cd /builder/openstack-hot || exit 1