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: I384e08353910c7edf7ead0ce4b42c943e73aba55 Implements: blueprint openstack-distribution-packages
This commit is contained in:
parent
c28c34c8df
commit
9b93344bfd
@ -255,7 +255,7 @@ glance_services:
|
||||
execstarts: >-
|
||||
{{ glance_enable_v1_api | ternary(
|
||||
glance_bin ~ '/glance-api',
|
||||
glance_bin ~ '/uwsgi --ini /etc/uwsgi/glance-api.ini')
|
||||
glance_bin ~ '/uwsgi --autoload --ini /etc/uwsgi/glance-api.ini')
|
||||
}}
|
||||
execreloads: >-
|
||||
{{ glance_enable_v1_api | ternary(
|
||||
|
Loading…
Reference in New Issue
Block a user