Fix wsgi_venv path for cloudkitty-api
Previous to this change the uwsgi config had virtualenv include /bin, leading to $venv/bin/bin in execution
Change-Id: I4d2b60b655e5688359ed7b65569ec5500c542c0f
(cherry picked from commit c35565f419)
This commit is contained in:
Jonathan Herlin
committed by
Jonathan Herlin
parent
ff062ffcdc
commit
7d0165d3cf
1 changed files with 1 additions and 1 deletions
@@ -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,
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.