X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fopendaylight-infra-stack.sh;fp=jjb%2Fopendaylight-infra-stack.sh;h=af5d2fa13ed7e5bc1034242eb184af610d349717;hb=0a93985789ca5b73b801d6b8e7bf6cdb2fc9e4c0;hp=381f9bec3f6a981992609e3d8d8f9359290a72b9;hpb=c3f00a469f29b681faf96c077a27df1584df4885;p=releng%2Fbuilder.git diff --git a/jjb/opendaylight-infra-stack.sh b/jjb/opendaylight-infra-stack.sh index 381f9bec3..af5d2fa13 100644 --- a/jjb/opendaylight-infra-stack.sh +++ b/jjb/opendaylight-infra-stack.sh @@ -13,7 +13,9 @@ virtualenv "/tmp/v/openstack" # shellcheck source=/tmp/v/openstack/bin/activate disable=SC1091 source "/tmp/v/openstack/bin/activate" pip install --upgrade "pip<10.0.0" setuptools -pip install --upgrade python-openstackclient python-heatclient +# 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