From 51388f026ab88cd770dacadda439eabab7190811 Mon Sep 17 00:00:00 2001 From: Guillaume Boutry Date: Thu, 22 Aug 2024 11:51:39 +0200 Subject: [PATCH] Unpin cinderclient cinderclient was pinned to train release, this version prevented zaza to be run with python 3.12 Signed-off-by: Guillaume Boutry --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 80e60782d..d52d95950 100644 --- a/setup.py +++ b/setup.py @@ -63,7 +63,7 @@ 'python-neutronclient<7.0.0', 'python-octaviaclient<1.11.0', 'python-ceilometerclient', - 'python-cinderclient<6.0.0', + 'python-cinderclient', 'python-swiftclient<3.9.0', 'python-watcherclient', # 'zaza@git+https://github.com/openstack-charmers/zaza.git#egg=zaza',