From bac215fb1631f19fed0d37283a824fcd134aaa0f Mon Sep 17 00:00:00 2001 From: Brian Rosmaita Date: Wed, 1 Sep 2021 16:19:37 -0400 Subject: [PATCH] Update requirements for Xena Specify a minimum of the early Xena cinderclient release (8.0.0) and the official Xena os-brick release (5.0.0). Change-Id: If6cda7fe30f5f1a54c6ade878f86f615c9d01568 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 6d382b2..8769617 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,6 @@ pbr>=5.5.1 # Apache-2.0 -python-cinderclient>=7.3.0 # Apache-2.0 -os-brick>=4.3.0 # Apache-2.0 +python-cinderclient>=8.0.0 # Apache-2.0 +os-brick>=5.0.0 # Apache-2.0 oslo.concurrency>=4.4.0 # Apache-2.0