Temporarily pin OpenStackSDK before 0.99

The OpenStack SDK/CLI team made an experimental "release candidate"
with 0.99.0, and OpenDev observed errors with the format of network
specifications in API calls. Pin to an earlier version for now, in
order to avoid this and any other as of yet undiscovered problems in
that version.

Change-Id: Icc9adcbfae7a37c335ce4586741cb27d6e0f5c66
This commit is contained in:
Jeremy Stanley 2022-06-01 20:22:44 +00:00
parent 6416b14838
commit c971179937
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ PrettyTable>=0.6,<0.8
# openstacksdk before 0.27.0 is TaskManager based
# 0.28.0-0.31.0 fail to upload images with glance tasks.
# 0.31.1 and 0.31.2 have a bug with image deletion in tasks API
# We expect 1.0.0 to break the API we use
openstacksdk>=0.27.0,!=0.28.0,!=0.29.0,!=0.30.0,!=0.31.0,!=0.31.1,!=0.31.2,<1.0.0
# 0.99.0 leads to BadRequestException: Client Error [...] Bad networks format
openstacksdk>=0.27.0,!=0.28.0,!=0.29.0,!=0.30.0,!=0.31.0,!=0.31.1,!=0.31.2,<0.99
diskimage-builder>=3.21.0
voluptuous
kazoo>=2.8.0