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:
|
notify:
|
||||||
- Manage LB
|
- Manage LB
|
||||||
- Restart cinder services
|
- Restart cinder services
|
||||||
|
- Restart uwsgi services
|
||||||
|
@ -34,6 +34,7 @@
|
|||||||
notify:
|
notify:
|
||||||
- Manage LB
|
- Manage LB
|
||||||
- Restart cinder services
|
- Restart cinder services
|
||||||
|
- Restart uwsgi services
|
||||||
tags:
|
tags:
|
||||||
- cinder-config
|
- cinder-config
|
||||||
- cinder-post-install
|
- cinder-post-install
|
||||||
@ -57,6 +58,7 @@
|
|||||||
notify:
|
notify:
|
||||||
- Manage LB
|
- Manage LB
|
||||||
- Restart cinder services
|
- Restart cinder services
|
||||||
|
- Restart uwsgi services
|
||||||
tags:
|
tags:
|
||||||
- cinder-config
|
- cinder-config
|
||||||
- cinder-post-install
|
- cinder-post-install
|
||||||
@ -98,6 +100,7 @@
|
|||||||
with_items: "{{ cinder_core_files }}"
|
with_items: "{{ cinder_core_files }}"
|
||||||
notify:
|
notify:
|
||||||
- Restart cinder services
|
- Restart cinder services
|
||||||
|
- Restart uwsgi services
|
||||||
|
|
||||||
- name: Cleanup fetched temp files
|
- name: Cleanup fetched temp files
|
||||||
file:
|
file:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user