summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Goirand <zigo@debian.org>2022-09-17 12:56:03 +0200
committerThomas Goirand <zigo@debian.org>2022-09-19 14:24:31 +0200
commit2db7cbf7d0a6692a885968bec67f48e7262ceec3 (patch)
treeb6ff2ca510907a4e1d214f13deee7464d2ea08b3
parent839502e454abf76a1d66def397741a3a924431de (diff)
downloadnova-2db7cbf7d0a6692a885968bec67f48e7262ceec3.tar.gz
requires os-traits >= 2.9.026.0.0.0rc226.0.0
Without the latest version, nova fails many unit tests (it failed with os-traits 2.7.0 at least). Closes-Bug: #1990121 Change-Id: I6b320ae1f9058aaa5bac91c7c7ca60136e0cee5c (cherry picked from commit 6a06a57290b6f38b6a7c97e47017127472834d1f)
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 9d523ebd7d..c38ade020d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -53,7 +53,7 @@ psutil>=3.2.2 # BSD
oslo.versionedobjects>=1.35.0 # Apache-2.0
os-brick>=5.2 # Apache-2.0
os-resource-classes>=1.1.0 # Apache-2.0
-os-traits>=2.7.0 # Apache-2.0
+os-traits>=2.9.0 # Apache-2.0
os-vif>=1.15.2 # Apache-2.0
castellan>=0.16.0 # Apache-2.0
microversion-parse>=0.2.1 # Apache-2.0