Skip to content
Snippets Groups Projects
Commit 0182ea0b authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Fixes gnocchi-api script name for Ubuntu/Debian"

parents e5844e49 27da6da1
No related branches found
No related tags found
No related merge requests found
......@@ -28,11 +28,7 @@ LogLevel info
WSGIApplicationGroup %{GLOBAL}
WSGIDaemonProcess gnocchi group=gnocchi processes={{ openstack_service_workers }} threads=1 user=gnocchi python-path={{ python_path }}
WSGIProcessGroup gnocchi
{% if gnocchi_install_type == 'binary' and kolla_base_distro in ['debian', 'ubuntu'] %}
WSGIScriptAlias / "{{ wsgi_path }}/python3-gnocchi-api"
{% else %}
WSGIScriptAlias / "{{ wsgi_path }}/gnocchi-api"
{% endif %}
<Directory "{{ wsgi_path }}">
Require all granted
......
---
fixes:
- |
Fixes gnocchi-api script name for Ubuntu/Debian binary deployments.
`LP#1861688 <https://bugs.launchpad.net/kolla-ansible/+bug/1861688>`__
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment