summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorCorey Bryant <corey.bryant@canonical.com>2019-04-09 17:01:10 -0400
committerCorey Bryant <corey.bryant@canonical.com>2019-04-09 17:09:48 -0400
commitf9b520f377816341d2e79106bfddf94c5afab390 (patch)
tree0f024bb586a85c08bf28783b1d0f326a159bc615 /requirements.txt
parentb65c9c0e57a3a6e982042ebe2dec1eaa0834bd46 (diff)
downloadhorizon-f9b520f377816341d2e79106bfddf94c5afab390.tar.gz
Set min version of python-cinderclient to 4.0.0
As of Stein, a minimum of python-cinderclient 4.0.0 is required to create a volume. Cinder schema no longer accepts additional properties on volume create that are not part of the API spec [1]. [1] https://review.openstack.org/#/c/573093/ Change-Id: I0fc4d5db39080985b471fe2465b7078e37417e4d Closes-Bug: #1824017
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 336f62fa6..215719ad5 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -31,7 +31,7 @@ osprofiler>=2.3.0 # Apache-2.0
Pint>=0.5 # BSD
pymongo!=3.1,>=3.0.2 # Apache-2.0
pyScss!=1.3.5,>=1.3.4 # MIT License
-python-cinderclient>=3.3.0 # Apache-2.0
+python-cinderclient>=4.0.0 # Apache-2.0
python-glanceclient>=2.8.0 # Apache-2.0
python-keystoneclient>=3.15.0 # Apache-2.0
python-neutronclient>=6.7.0 # Apache-2.0