From 28f28d47f6fc010f11d66a313dc57700a11966dc Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Wed, 25 May 2022 07:29:25 +1000 Subject: [PATCH] Fix: Pin openstacksdk<0.99 This fixes the builder-openstack-cron job. With the recent updates on the pypi dependencies, some of attributes of various resources may have been named differently to follow SDK attribute naming convention. Issue-ID: RELENG-4243 Change-Id: Iadcfe9ddc9645ad6743bde9498ec85599f6fcf06 Signed-off-by: Anil Belur --- shell/python-tools-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/shell/python-tools-install.sh b/shell/python-tools-install.sh index 20a63600..27b7aa4e 100644 --- a/shell/python-tools-install.sh +++ b/shell/python-tools-install.sh @@ -23,6 +23,7 @@ if [[ ! -f /tmp/pre-build-complete ]]; then echo "Generating Requirements File" cat << 'EOF' > "$requirements_file" +openstacksdk<0.99 python-heatclient python-openstackclient python-magnumclient -- 2.16.6