Upgrade decorator package for openstack cli error 60/78660/2
authorJamo Luhrsen <jluhrsen@redhat.com>
Tue, 11 Dec 2018 18:40:51 +0000 (10:40 -0800)
committerJamo Luhrsen <jluhrsen@redhat.com>
Tue, 11 Dec 2018 18:49:03 +0000 (10:49 -0800)
Seems that some of the packages that we are upgrading
by default in every job is not compatible with the
older (3.4.0) decorator package. Currently, decorator
has version 4.3.0 that will work.

Change-Id: I415e1996e34ca09a5e190285388d2f146944878c
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
jjb/opendaylight-infra-stack.sh

index 26e68becdf2288c4d89f867986242fe309cbdb68..e1e398ab05395f568510efa5272ed674a5979ed8 100644 (file)
@@ -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"