From be9f569da8fa96bb2d2ae635cdceec6ab6671a4b Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Fri, 4 May 2018 10:07:10 +0100 Subject: [PATCH] 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 --- defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index 79cd5914..fe8c8c90 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -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