From e9dd132879b888c4736859fb3117bb6b7048890e Mon Sep 17 00:00:00 2001 From: ricolin Date: Thu, 31 Aug 2023 12:26:17 +0800 Subject: [PATCH] Bump magnumclient to support cluster config Bump magnumclient in requirements to make sure we support feature cluster config. Change-Id: I287d4d0c56dbb31530fef0f5577a6b7c27fe32b8 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3728fed2..0b52440a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ # # PBR should always appear first pbr!=2.1.0,>=2.0.0 # Apache-2.0 -python-magnumclient>=2.15.0 # Apache-2.0 +python-magnumclient>=4.2.0 # Apache-2.0 python-heatclient>=1.18.0 horizon>=17.1.0 # Apache-2.0