Skip to content

Commit

Permalink
fix: update path to gnocchi module
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeRepko committed Aug 6, 2024
1 parent 8eb4d51 commit b7d2f7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions base-helm-configs/gnocchi/gnocchi-helm-overrides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -358,15 +358,15 @@ conf:
<VirtualHost *:{{ tuple "metric" "internal" "api" . | include "helm-toolkit.endpoints.endpoint_port_lookup" }}>
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
SetEnvIf X-Forwarded-For "^.*\..*\..*\..*" forwarded
CustomLog /dev/stdout combined env=!forwarded
CustomLog /dev/stdout proxy env=forwarded
<Directory "/var/lib/kolla/venv/lib/python3.8/site-packages/gnocchi/rest">
<Directory "/usr/local/lib/python3.10/dist-packages/gnocchi/rest">
Require all granted
</Directory>
</VirtualHost>
Expand Down

0 comments on commit b7d2f7f

Please sign in to comment.