Fix: Pin openstacksdk<0.99 85/70185/2 v0.77.1
authorAnil Belur <abelur@linuxfoundation.org>
Tue, 24 May 2022 21:29:25 +0000 (07:29 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Tue, 24 May 2022 22:19:35 +0000 (08:19 +1000)
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 <abelur@linuxfoundation.org>
shell/python-tools-install.sh

index 20a6360..27b7aa4 100644 (file)
@@ -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