X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fopendaylight-infra-stack.sh;h=e1e398ab05395f568510efa5272ed674a5979ed8;hb=4b958bee0b78e40fee2ec9dc41d1e03ac931145d;hp=26e68becdf2288c4d89f867986242fe309cbdb68;hpb=c40f5d7b5eee6bbdb68891aef552ee60e85ca102;p=releng%2Fbuilder.git diff --git a/jjb/opendaylight-infra-stack.sh b/jjb/opendaylight-infra-stack.sh index 26e68becd..e1e398ab0 100644 --- a/jjb/opendaylight-infra-stack.sh +++ b/jjb/opendaylight-infra-stack.sh @@ -16,6 +16,9 @@ else cd /builder/openstack-hot || exit 1 fi +# openstack cli is failing with the decorator package +sudo pip install --upgrade --quiet decorator + JOB_SUM=$(echo "$JOB_NAME" | sum | awk '{{ print $1 }}') VM_NAME="$JOB_SUM-$BUILD_NUMBER"