From dfbb436ab1ef869a9ba86b0182376e68b1326d0e Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Wed, 24 Dec 2025 05:26:06 +0900 Subject: [PATCH] Update git submodules * Update manila from branch 'master' to cef2bd8af9ffec61b3869b03ffb52a6390d19b5f - Fix schema for all_tenants query parameter ... to resolve the following error in list snapshot API with the flag. ``` Invalid input for field/attribute all_tenants. Value: ['1']. ['1'] is not of type 'boolean', 'string' ``` Change-Id: Id8c83b87b0000c25ae4bcebdbe97d5e096def33c Signed-off-by: Takashi Kajinami --- manila | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manila b/manila index 975e546f7b..cef2bd8af9 160000 --- a/manila +++ b/manila @@ -1 +1 @@ -Subproject commit 975e546f7be3b7c92cce3ef19614f9292c3f8b6e +Subproject commit cef2bd8af9ffec61b3869b03ffb52a6390d19b5f -- 2.43.0