From: Anil Belur Date: Tue, 24 May 2022 21:29:25 +0000 (+1000) Subject: Fix: Pin openstacksdk<0.99 X-Git-Tag: v0.77.1^0 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?p=releng%2Fglobal-jjb.git;a=commitdiff_plain;h=28f28d47f6fc010f11d66a313dc57700a11966dc 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 --- 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