From 6a06a57290b6f38b6a7c97e47017127472834d1f Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Sat, 17 Sep 2022 12:56:03 +0200 Subject: requires os-traits >= 2.9.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 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'requirements.txt') 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 -- cgit v1.2.1