Skip to content
Snippets Groups Projects
Commit ae88c6fc authored by caowei's avatar caowei
Browse files

Use openstack_service_workers variable in horizon.conf.j2

Change-Id: I69c94895e4a6f6173363ce818f69344c0fdb22a4
parent 3513ab82
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ Listen {{ api_interface_address }}:{{ horizon_port }}
CustomLog /var/log/kolla/horizon/horizon-access.log combined
WSGIScriptReloading On
WSGIDaemonProcess horizon-http processes=5 threads=1 user=horizon group=horizon display-name=%{GROUP} python-path={{ python_path }}
WSGIDaemonProcess horizon-http processes={{ openstack_service_workers }} threads=1 user=horizon group=horizon display-name=%{GROUP} python-path={{ python_path }}
WSGIProcessGroup horizon-http
WSGIScriptAlias / {{ python_path }}/openstack_dashboard/wsgi/django.wsgi
WSGIPassAuthorization On
......
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