summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author翟小君 <zhaixiaojun@gohighsec.com>2019-06-04 10:51:30 +0800
committer翟小君 <zhaixiaojun@gohighsec.com>2019-06-04 10:51:36 +0800
commitedbe4192bf88ae4907a35ad0e96a98f0a0462836 (patch)
tree2ed7ba004bdce47be66d9c0c6ee3f302cfab310e
parent0515713b6b58f0a4dec81efd69dc16eaec5abf3c (diff)
downloadpython-novaclient-edbe4192bf88ae4907a35ad0e96a98f0a0462836.tar.gz
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
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 998e89a8..88cad0e4 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -9,7 +9,7 @@ ddt>=1.0.1 # MIT
fixtures>=3.0.0 # Apache-2.0/BSD
mock>=2.0.0 # BSD
python-keystoneclient>=3.8.0 # Apache-2.0
-python-cinderclient>=3.3.0 # Apache-2.0
+python-cinderclient!=4.0.0,>=3.3.0 # Apache-2.0
python-glanceclient>=2.8.0 # Apache-2.0
python-neutronclient>=6.7.0 # Apache-2.0
requests-mock>=1.2.0 # Apache-2.0