From 449e55834ed38484079d7fe425ca3deea3218402 Mon Sep 17 00:00:00 2001 From: zhhuabj Date: Wed, 6 Sep 2023 03:31:07 +0800 Subject: [PATCH] Update git submodules * Update charm-nova-cloud-controller from branch 'master' to e0d3b6a36553f3627c86bdef420fd55e24e9a0b5 - 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: I85d48b646b3d0778aae3a7dd3942ad45b4af002d --- charm-nova-cloud-controller | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charm-nova-cloud-controller b/charm-nova-cloud-controller index b58f88263f..e0d3b6a365 160000 --- a/charm-nova-cloud-controller +++ b/charm-nova-cloud-controller @@ -1 +1 @@ -Subproject commit b58f88263fe399496ddf1d8631533dc0920a8c19 +Subproject commit e0d3b6a36553f3627c86bdef420fd55e24e9a0b5