From 2ab6c8638866997d3ed1ebcc11cd449c1af864ac Mon Sep 17 00:00:00 2001 From: zhhuabj Date: Wed, 18 Oct 2023 18:32:13 +0800 Subject: [PATCH] Update git submodules * Update charm-ceilometer from branch 'master' to a4ffe0e28c997c8bd19f1bcbf9501a86b31701e3 - Support disabling apache wsgi socket rotation Bug LP 1863232 introduced a new Apache configuration option called WSGISocketRotation which allows users to disable wsgi socket rotation. This patch makes this configurable with a new wsgi-socket-rotation config option that defaults to the Apache default and can optionally be set to False. Closes-Bug: #2021550 Change-Id: Ia50067e1f64a6003d5c2ca2ebc22903a1ab8d3ae --- charm-ceilometer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charm-ceilometer b/charm-ceilometer index c4f153e582..a4ffe0e28c 160000 --- a/charm-ceilometer +++ b/charm-ceilometer @@ -1 +1 @@ -Subproject commit c4f153e5820f4103f0e7e1a16b2b959477f0ed3a +Subproject commit a4ffe0e28c997c8bd19f1bcbf9501a86b31701e3