From 57b4c50eda616d2e092d5836a5ee4370418d1f5e Mon Sep 17 00:00:00 2001 From: Myles Penner Date: Mon, 8 Dec 2025 11:47:29 -0800 Subject: [PATCH] Update git submodules * Update charm-keystone from branch 'master' to 41e67529524d6fd515d66237443d3b20d125ecb0 - Add default-notification-opt-out configuration option This boolean configuration option will preserve the default keystone notification filtering when True, filtering out successful authentication notifications, and allow all notifications through when False. This can be useful when capturing cadf logging events for user authentication. This option is True by default to reduce log file bloat. These default notifications are described in the upstream configuration documentation under 'notification_opt_out.' https://docs.openstack.org/keystone/latest/configuration/config-options.html Change-Id: Ib7a90d6d5e413dfe874acdfc3ef7a43a22424afe Signed-off-by: Myles Penner --- charm-keystone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charm-keystone b/charm-keystone index b780f78c3d..41e6752952 160000 --- a/charm-keystone +++ b/charm-keystone @@ -1 +1 @@ -Subproject commit b780f78c3d15a58d4c5820829f582e4ba27dda1c +Subproject commit 41e67529524d6fd515d66237443d3b20d125ecb0