Fix: Pin urllib3 version to address job failures 96/106596/1
authorMatthew Watkins <mwatkins@linuxfoundation.org>
Wed, 21 Jun 2023 15:05:14 +0000 (16:05 +0100)
committerMatthew Watkins <mwatkins@linuxfoundation.org>
Wed, 21 Jun 2023 15:05:14 +0000 (16:05 +0100)
Issue-ID: RELENG-158
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
Change-Id: Idf8dd77609a58064c2dd0d8eae30b043c68a66ee

jjb/packaging/openstack-k8s-create-with-template.sh

index 50dd89a36bcd8f05fd6e81c1807ceef36f521683..291baa4ca1d79369648423c915f10721dc5abce8 100644 (file)
@@ -19,6 +19,7 @@ set -eux -o pipefail
 lf-activate-venv --python python3 \
     python-heatclient \
     python-openstackclient \
+    urllib3~=1.26.15 \
     yq
 
 OS_TIMEOUT=20       # Wait time in minutes for OpenStack cluster to come up.