Skip to content

Commit edbe419

Browse files
author
翟小君
committed
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: I917b0a47896fcac3edab4b8e55bde71a0aa55632
1 parent 0515713 commit edbe419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ddt>=1.0.1 # MIT
99
fixtures>=3.0.0 # Apache-2.0/BSD
1010
mock>=2.0.0 # BSD
1111
python-keystoneclient>=3.8.0 # Apache-2.0
12-
python-cinderclient>=3.3.0 # Apache-2.0
12+
python-cinderclient!=4.0.0,>=3.3.0 # Apache-2.0
1313
python-glanceclient>=2.8.0 # Apache-2.0
1414
python-neutronclient>=6.7.0 # Apache-2.0
1515
requests-mock>=1.2.0 # Apache-2.0

0 commit comments

Comments
 (0)