From 4236bcd93c932a1216d8e3d7fb9b9c25b0064d5a Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Wed, 20 Dec 2023 03:52:49 +0900 Subject: [PATCH] Update git submodules * Update oslo.db from branch 'master' to 45dd78c812245352b23d6beb8d0aab0f39542eb8 - Fix zuul config warning This change resolves the following warning detected by zuul. All regular expressions must conform to RE2 syntax, but an expression using the deprecated Perl-style syntax has been detected. Adjust the configuration to conform to RE2 syntax. The RE2 syntax error is: invalid perl operator: (?! Change-Id: Iddb5224b6e2f32a0c26f348ae3acc884b8d9b53b --- oslo.db | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.db b/oslo.db index 48ff2a0e43..45dd78c812 160000 --- a/oslo.db +++ b/oslo.db @@ -1 +1 @@ -Subproject commit 48ff2a0e43f02dd7f0251391949ca257b96184af +Subproject commit 45dd78c812245352b23d6beb8d0aab0f39542eb8