From 9898f38212c96c7e4db5a45bc344bd12413f66d2 Mon Sep 17 00:00:00 2001 From: Vlad Gusev Date: Mon, 4 Nov 2024 14:07:40 +0200 Subject: [PATCH] [manila] Disable apache2 server-status endpoint --- openstack/manila/Chart.yaml | 2 +- openstack/manila/templates/bin/_manila_api.sh.tpl | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/openstack/manila/Chart.yaml b/openstack/manila/Chart.yaml index 2dd6e1fed5..607f18a5f4 100644 --- a/openstack/manila/Chart.yaml +++ b/openstack/manila/Chart.yaml @@ -9,7 +9,7 @@ maintainers: name: manila sources: - https://github.com/sapcc/manila -version: 0.4.1 +version: 0.4.2 dependencies: - name: linkerd-support repository: oci://keppel.eu-de-1.cloud.sap/ccloud-helm diff --git a/openstack/manila/templates/bin/_manila_api.sh.tpl b/openstack/manila/templates/bin/_manila_api.sh.tpl index 8459d672c2..9d996226f1 100644 --- a/openstack/manila/templates/bin/_manila_api.sh.tpl +++ b/openstack/manila/templates/bin/_manila_api.sh.tpl @@ -24,6 +24,8 @@ function start () { cp -a $(type -p ${MANILA_WSGI_SCRIPT}) /var/www/cgi-bin/manila/ done + a2dismod status + if [ -f /etc/apache2/envvars ]; then # Loading Apache2 ENV variables source /etc/apache2/envvars