From 7ec93aef2ee6e0cec9099d4edf681a39224a18c9 Mon Sep 17 00:00:00 2001 From: Mitya_Eremeev Date: Thu, 9 Feb 2023 20:18:09 +0300 Subject: [PATCH] Fix creating of Rally DB Rally-openstack requires Rally. Creation of Rally database was fixed in commit: https://github.com/openstack/rally/commit/14d449b2f1bc51416053d1e6bdd1a5cd915e527a But the fix is not included yet in new Rally release, so we make some workaround untill then. Related-Bug: #2004022 Change-Id: I62adcb49822c24d17167a63f94be5256fd5a697d --- requirements.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/requirements.txt b/requirements.txt index 30e58074..d955c247 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,10 @@ requests!=2.20.0,!=2.24.0 # Apache License, Version 2.0 +# keep until commit +# https://github.com/openstack/rally/commit/14d449b2f1bc51416053d1e6bdd1a5cd915e527a +# is included in new rally version (>3.3) +SQLAlchemy<2.0.0 # MIT rally>=3.1.0 # Apache License, Version 2.0 # OpenStack related