Merge "Fix wsgi_venv path for cloudkitty-api"

This commit is contained in:
Zuul 2021-04-20 00:44:26 +00:00 committed by Gerrit Code Review
commit a8c6762876
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ uwsgi_cloudkitty_services: |-
and ('wsgi_app' in value and value['wsgi_app']) %}
{% set _ = value.update(
{
'wsgi_venv': cloudkitty_bin,
'wsgi_venv': cloudkitty_bin | dirname,
'uwsgi_uid': cloudkitty_system_user_name,
'uwsgi_guid': cloudkitty_system_group_name,
'uwsgi_processes': cloudkitty_wsgi_processes,