From 424a0a55a0146f26b6c8d3885e31bddad5050a9d Mon Sep 17 00:00:00 2001 From: pengyuesheng Date: Wed, 22 May 2019 11:08:20 +0800 Subject: [PATCH] Blacklist python-cinderclient 4.0.0 This release of the Cinder client broke support for the v3 volume-transfer APIs unless microversion 3.55 or higher was requested. depend on https://review.opendev.org/#/c/587877/ Change-Id: I26bbb2e5ef5f8a5f963b47385c81a64c0227f7b8 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7bc4eb348..f9a7d8455 100644 --- a/requirements.txt +++ b/requirements.txt @@ -33,7 +33,7 @@ paramiko>=2.0.0 # LGPLv2.1+ pbr!=2.1.0,>=2.0.0 # Apache-2.0 pecan>=1.2.1 # BSD python-barbicanclient>=4.5.2 # Apache-2.0 -python-cinderclient>=3.3.0 # Apache-2.0 +python-cinderclient!=4.0.0,>=3.3.0 # Apache-2.0 python-designateclient>=2.7.0 # Apache-2.0 python-glanceclient>=2.8.0 # Apache-2.0 python-glareclient>=0.3.0 # Apache-2.0