Trigger uwsgi restart
When we were migrating service to uwsgi usage, we clean forgot to trigger uwsgi restart on service config change. Change-Id: Ie1f386f21b955dcc1d2450efa9391c56d05d5695
This commit is contained in:
parent
586c96a17c
commit
12224d8681
@ -55,3 +55,4 @@
|
||||
notify:
|
||||
- Manage LB
|
||||
- Restart cinder services
|
||||
- Restart uwsgi services
|
||||
|
@ -34,6 +34,7 @@
|
||||
notify:
|
||||
- Manage LB
|
||||
- Restart cinder services
|
||||
- Restart uwsgi services
|
||||
tags:
|
||||
- cinder-config
|
||||
- cinder-post-install
|
||||
@ -57,6 +58,7 @@
|
||||
notify:
|
||||
- Manage LB
|
||||
- Restart cinder services
|
||||
- Restart uwsgi services
|
||||
tags:
|
||||
- cinder-config
|
||||
- cinder-post-install
|
||||
@ -98,6 +100,7 @@
|
||||
with_items: "{{ cinder_core_files }}"
|
||||
notify:
|
||||
- Restart cinder services
|
||||
- Restart uwsgi services
|
||||
|
||||
- name: Cleanup fetched temp files
|
||||
file:
|
||||
|
Loading…
Reference in New Issue
Block a user