defaults: Allow uwsgi to autoload required plugins.
Distributions normally package uwsgi in a modular fashion so we need to be use the 'autoload' option to allow it to load all the required plugins. Change-Id: I68020ed275c7ff3e65bc434d3afa54f22b92900f Implements: blueprint openstack-distribution-packages
This commit is contained in:
parent
d7b040a9a0
commit
be9f569da8
@ -304,7 +304,7 @@ cinder_services:
|
||||
wsgi_name: cinder-wsgi
|
||||
uwsgi_port: "{{ cinder_service_port }}"
|
||||
uwsgi_bind_address: "{{ cinder_uwsgi_bind_address }}"
|
||||
program_override: "{{ cinder_bin }}/uwsgi --ini /etc/uwsgi/cinder-api.ini"
|
||||
program_override: "{{ cinder_bin }}/uwsgi --autoload --ini /etc/uwsgi/cinder-api.ini"
|
||||
start_order: 4
|
||||
|
||||
# Cinder uWSGI settings
|
||||
|
Loading…
Reference in New Issue
Block a user