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
2021年03月24日 19:14:11 +01:00
committed by Jonathan Herlin
parent ff062ffcdc
commit 7d0165d3cf

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,
Reference in New Issue
openstack/openstack-ansible-os_cloudkitty
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.

The note is not visible to the blocked user.