Skip to content

Commit

Permalink
[manila] Disable apache2 server-status endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
s10 committed Nov 6, 2024
1 parent 1e8d307 commit 9898f38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion openstack/manila/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions openstack/manila/templates/bin/_manila_api.sh.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9898f38

Please sign in to comment.