Undo pin of openstacksdk before 0.99

The OpenStack SDK/CLI team made an experimental "release candidate"
with 0.99.0, and OpenDev observed missing CORS headers for objects
uploaded to RackSpace's Swift service after restarting executors
onto container images with this version installed. This is now
fixed with the change db84b7559cb50d734842c95fcd8f283c897cc780
in the openstacksdk.

Change-Id: Ic01840b8f90e225217c659e6dba7d67632e691d5
This commit is contained in:
Joseph Kostreva
2024-03-13 10:36:27 -05:00
committed by James E. Blair
parent 3b3ea475be
commit 9642676e99

View File

@@ -5,7 +5,7 @@ default_version = 9
# 2024-04-24: urllib3 = 2.1.0 causes problems with some Windows nodes, fixed in
# 2.2.0 but ibm-cos-sdk is currently holding it back.
# https://github.com/urllib3/urllib3/pull/3326
requirements = openstacksdk<0.99 openshift jmespath google-cloud-storage pywinrm boto3<1.36.0 azure-storage-blob ibm-cos-sdk netaddr passlib google-re2 urllib3!=2.1.0 voluptuous
requirements = openstacksdk openshift jmespath google-cloud-storage pywinrm boto3<1.36.0 azure-storage-blob ibm-cos-sdk netaddr passlib google-re2 urllib3!=2.1.0 voluptuous
[8]
requirements = ansible>=8.0,<9.0