From 4825720ae5b0a0ad704f54bf0a9268f95dc8fd13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BF=9F=E5=B0=8F=E5=90=9B?= Date: Mon, 27 May 2019 17:49:56 +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. Depends-On https://review.opendev.org/#/c/587877/ Change-Id: Ieb685a476d51d92ad3f153fb3d1fabfb6d5a4376 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c619669bf27e..891bf8d62a49 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ Babel!=2.4.0,>=2.3.4 # BSD enum34>=1.0.4;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' # BSD iso8601>=0.1.11 # MIT jsonschema>=2.6.0 # MIT -python-cinderclient>=3.3.0 # Apache-2.0 +python-cinderclient!=4.0.0,>=3.3.0 # Apache-2.0 keystoneauth1>=3.9.0 # Apache-2.0 python-neutronclient>=6.7.0 # Apache-2.0 python-glanceclient>=2.8.0 # Apache-2.0