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
This commit is contained in:
翟小君 2019-05-27 17:49:56 +08:00
parent 37ccd7ec3a
commit 4825720ae5
1 changed files with 1 additions and 1 deletions

View File

@ -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