summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Harney <eharney@redhat.com>2023-03-30 11:54:13 -0400
committerEric Harney <eharney@redhat.com>2023-03-30 11:55:51 -0400
commitf6be9e91fa342dfe308231f53ca380fbbcbfb3cc (patch)
tree621c486447b4a5a5afeed360a4724907172b32db
parent3fc37548042fcdc745d35a0a902213482fc4422c (diff)
downloadcinder-f6be9e91fa342dfe308231f53ca380fbbcbfb3cc.tar.gz
Require novaclient >= 18.2.0
Cinder uses Nova API version 2.93 as of I8fae9e2b, which was added in novaclient 18.2.0. Change-Id: I62dca81dbea50f7019f4404fa4f87278e53d2744
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index a70876429..d9d68f928 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -40,7 +40,7 @@ pyparsing>=2.4.7 # MIT
python-barbicanclient>=5.0.1 # Apache-2.0
python-glanceclient>=3.2.2 # Apache-2.0
python-keystoneclient>=4.1.1 # Apache-2.0
-python-novaclient>=17.2.1 # Apache-2.0
+python-novaclient>=18.2.0 # Apache-2.0
python-swiftclient>=3.10.1 # Apache-2.0
pytz>=2020.1 # MIT
requests>=2.25.1 # Apache-2.0