From 110177a3ed0e5f915583821e6a5019542f281d0f Mon Sep 17 00:00:00 2001 From: Zuul Date: Tue, 20 Feb 2024 21:57:35 +0000 Subject: [PATCH] Update git submodules * Update manila from branch 'master' to 25d923925a59fc9c68a92198ead6a8821cee0650 - Merge "is_valid_ip_address: Catch non-string values early" - is_valid_ip_address: Catch non-string values early The is_valid_ipvN methods from oslo.utils raises an exception for non-string values, because of the change in netaddr 1.0.0. This adds a wrapper logic to retain the previous behavior, which is preferred by manila. Change-Id: If1297e4d54fd645969ca79690a1c558c9efdbc8d --- manila | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manila b/manila index 4da4ae4c03..25d923925a 160000 --- a/manila +++ b/manila @@ -1 +1 @@ -Subproject commit 4da4ae4c03decab3a4102cd668b29a84ed2ef197 +Subproject commit 25d923925a59fc9c68a92198ead6a8821cee0650