Unpin cinderclient

cinderclient was pinned to train release, this version prevented zaza to
be run with python 3.12

Signed-off-by: Guillaume Boutry <guillaume.boutry@canonical.com>
This commit is contained in:
Guillaume Boutry
2024-08-22 11:51:39 +02:00
parent 2cb0b0bee0
commit 51388f026a

View File

@@ -63,7 +63,7 @@ install_require = [
'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',