From e1de4586571ac382fb971242b256816e8804bcfc Mon Sep 17 00:00:00 2001 From: Steve Brasier Date: Wed, 7 Aug 2024 11:27:38 +0000 Subject: [PATCH] avoid python-openstackclient v7 due to rebuild bug --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index badb1a94b..bf5a43430 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ ansible==6.0.0 openstacksdk -python-openstackclient +python-openstackclient==6.6.1 # v7.0.0 has a bug re. rebuild python-manilaclient jmespath passlib[bcrypt]==1.7.4