summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorpengyuesheng <pengyuesheng@gohighsec.com>2019-05-27 14:52:23 +0800
committerpengyuesheng <pengyuesheng@gohighsec.com>2019-05-27 14:54:54 +0800
commit2c42e3cdf3366ed687c0474207eb9d264566e168 (patch)
tree770308791e236868f754ffc1115e7ce206169994 /requirements.txt
parentdc39803eac40303bc3cb74909bb9b0b4380fc123 (diff)
downloadironic-2c42e3cdf3366ed687c0474207eb9d264566e168.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. depend on https://review.opendev.org/#/c/587877/ Change-Id: I12f6d4f540a0a09c6609e14c615dcd11f191660a
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index ab973569d..a05f8c84a 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7,7 +7,7 @@ alembic>=0.8.10 # MIT
automaton>=1.9.0 # Apache-2.0
eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT
WebOb>=1.7.1 # MIT
-python-cinderclient>=3.3.0 # Apache-2.0
+python-cinderclient!=4.0.0,>=3.3.0 # Apache-2.0
python-neutronclient>=6.7.0 # Apache-2.0
python-glanceclient>=2.8.0 # Apache-2.0
keystoneauth1>=3.4.0 # Apache-2.0