Fix: Pin urllib3 version to address job failures
[releng/builder.git] / 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.