Merge "Make number of gnocchi-api processes configurable"
This commit is contained in:
commit
11f14ac388
@ -6,7 +6,7 @@ Listen {{ hostvars[inventory_hostname]['ansible_' + api_interface]['ipv4']['addr
|
|||||||
ErrorLog "/var/log/kolla/gnocchi/gnocchi-api-error.log"
|
ErrorLog "/var/log/kolla/gnocchi/gnocchi-api-error.log"
|
||||||
CustomLog "/var/log/kolla/gnocchi/gnocchi-api-access.log" combined
|
CustomLog "/var/log/kolla/gnocchi/gnocchi-api-access.log" combined
|
||||||
WSGIApplicationGroup %{GLOBAL}
|
WSGIApplicationGroup %{GLOBAL}
|
||||||
WSGIDaemonProcess gnocchi group=gnocchi processes=5 threads=1 user=gnocchi python-path={{ python_path }}
|
WSGIDaemonProcess gnocchi group=gnocchi processes={{ openstack_service_workers }} threads=1 user=gnocchi python-path={{ python_path }}
|
||||||
WSGIProcessGroup gnocchi
|
WSGIProcessGroup gnocchi
|
||||||
WSGIScriptAlias / "{{ python_path }}/gnocchi/rest/app.wsgi"
|
WSGIScriptAlias / "{{ python_path }}/gnocchi/rest/app.wsgi"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user