From 9642676e9954dd92fbd2b2478c41af3566f9ac66 Mon Sep 17 00:00:00 2001 From: Joseph Kostreva Date: Wed, 13 Mar 2024 10:36:27 -0500 Subject: [PATCH] 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 --- zuul/lib/ansible-config.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zuul/lib/ansible-config.conf b/zuul/lib/ansible-config.conf index eca970c1e5..009b4d07fd 100644 --- a/zuul/lib/ansible-config.conf +++ b/zuul/lib/ansible-config.conf @@ -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