From 38bf17dfe4b3b64cf4b251705c6d5bcbc6aae448 Mon Sep 17 00:00:00 2001 From: Zuul Date: Mon, 22 May 2023 14:50:07 +0000 Subject: [PATCH] Update git submodules MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update neutron from branch 'master' to d4cc45131979f1d297f39e2e5aad37a45917e358 - Merge "[ovn] Avoid unwanted ACL_NOT_FOUND error when deleting log objects" - [ovn] Avoid unwanted ACL_NOT_FOUND error when deleting log objects There is the possibility that db_remove raises an error if an ACL was deleted on parallel for other reasons while deleting a log object. On a normal situation, this command would remove the no-longer-needed 'log-related' property, but since the ACL is no longer there, it will raise an error. For this case, it is not problematic to have an ACL deleted mid-operation, so it should not raise any error. Related-Bug: #2019887 Signed-off-by: Elvira GarcĂ­a Change-Id: I154393529134b5861e0ef0283257ef964fe057fd --- neutron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron b/neutron index fc5634371e..d4cc451319 160000 --- a/neutron +++ b/neutron @@ -1 +1 @@ -Subproject commit fc5634371e0a075859ad6066e2a94be78bd82385 +Subproject commit d4cc45131979f1d297f39e2e5aad37a45917e358