From f6be9e91fa342dfe308231f53ca380fbbcbfb3cc Mon Sep 17 00:00:00 2001 From: Eric Harney Date: Thu, 30 Mar 2023 11:54:13 -0400 Subject: [PATCH] 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 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a7087642920..d9d68f92827 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