Fix native service path
When glance_use_uwsgi is set to false, glance is launched with native service instead of the uwsgi. For that scenario, execstarts key is used which had wrongly defaulted config-file location. Eventually, providing this option is not required and we may rely on defaults Change-Id: I48edcc48549e811aa96091f8ce838659d250ae04
This commit is contained in:
parent
ab5de45fa7
commit
512f5736eb
@ -267,7 +267,7 @@ glance_services:
|
||||
service_name: glance-api
|
||||
init_config_overrides: "{{ glance_api_init_overrides }}"
|
||||
start_order: 1
|
||||
execstarts: "{{ glance_bin }}/glance-api --config-file /etc/glance/glance.conf"
|
||||
execstarts: "{{ glance_bin }}/glance-api"
|
||||
wsgi_app: "{{ glance_use_uwsgi }}"
|
||||
wsgi_name: glance-wsgi-api
|
||||
uwsgi_overrides: "{{ glance_api_uwsgi_ini_overrides }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user