From 8031340ce257586c7390481f9fb2e9887d3d16fa Mon Sep 17 00:00:00 2001 From: Mitya_Eremeev Date: Thu, 13 Oct 2022 14:50:05 +0300 Subject: [PATCH] Update git submodules * Update masakari from branch 'master' to 0837d7787c1be35df4b4330dbe6cdd2c160a69ab - Handle host notification without host status If an user sends host notification without host status: openstack notification create COMPUTE_HOST '{"event": "STOPPED"}' logging registers silly error like object None has not method 'upper' and notification gets status 'running', host is set in maintenance status. It's impossible to set manually host status to non-maintanence until there are host-related running notifications. Running notifications are expired in 24 hours by default. The patch makes engine to set 'ignore' status for such notifications. Closes-Bug: 1960619 Change-Id: Id873b3300b6de49082805654c85414a8868dd925 --- masakari | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/masakari b/masakari index 607da5931a..0837d7787c 160000 --- a/masakari +++ b/masakari @@ -1 +1 @@ -Subproject commit 607da5931ac468d513e0f6331f897e5f561030b2 +Subproject commit 0837d7787c1be35df4b4330dbe6cdd2c160a69ab