From b7d2f7f421935712a2b00845b2f387d466368cf8 Mon Sep 17 00:00:00 2001 From: Luke Repko Date: Tue, 6 Aug 2024 12:13:20 -0500 Subject: [PATCH] fix: update path to gnocchi module --- base-helm-configs/gnocchi/gnocchi-helm-overrides.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base-helm-configs/gnocchi/gnocchi-helm-overrides.yaml b/base-helm-configs/gnocchi/gnocchi-helm-overrides.yaml index 4e21a1e4..64639aba 100644 --- a/base-helm-configs/gnocchi/gnocchi-helm-overrides.yaml +++ b/base-helm-configs/gnocchi/gnocchi-helm-overrides.yaml @@ -358,7 +358,7 @@ conf: WSGIDaemonProcess gnocchi processes=1 threads=2 user=gnocchi group=gnocchi display-name=%{GROUP} WSGIProcessGroup gnocchi - WSGIScriptAlias / "/var/lib/kolla/venv/lib/python3.8/site-packages/gnocchi/rest/wsgi.py" + WSGIScriptAlias / "/usr/local/lib/python3.10/dist-packages/gnocchi/rest/wsgi.py" WSGIApplicationGroup %{GLOBAL} ErrorLog /dev/stderr @@ -366,7 +366,7 @@ conf: CustomLog /dev/stdout combined env=!forwarded CustomLog /dev/stdout proxy env=forwarded - + Require all granted