Trigger uwsgi restart
When we were migrating service to uwsgi usage, we clean forgot to trigger uwsgi restart on service config change. Change-Id: I850db85234cbdf50e18f355ba39fa14e57081efd
This commit is contained in:
parent
939d2f414a
commit
4fd7f70cc0
@ -56,6 +56,7 @@
|
|||||||
notify:
|
notify:
|
||||||
- Manage LB
|
- Manage LB
|
||||||
- Restart nova services
|
- Restart nova services
|
||||||
|
- Restart uwsgi services
|
||||||
tags:
|
tags:
|
||||||
- nova-novnc-git
|
- nova-novnc-git
|
||||||
|
|
||||||
|
@ -43,5 +43,6 @@
|
|||||||
notify:
|
notify:
|
||||||
- Manage LB
|
- Manage LB
|
||||||
- Restart nova services
|
- Restart nova services
|
||||||
|
- Restart uwsgi services
|
||||||
tags:
|
tags:
|
||||||
- nova-config
|
- nova-config
|
||||||
|
@ -56,5 +56,6 @@
|
|||||||
notify:
|
notify:
|
||||||
- Manage LB
|
- Manage LB
|
||||||
- Restart nova services
|
- Restart nova services
|
||||||
|
- Restart uwsgi services
|
||||||
tags:
|
tags:
|
||||||
- nova-spice-git
|
- nova-spice-git
|
||||||
|
@ -50,6 +50,7 @@
|
|||||||
notify:
|
notify:
|
||||||
- Manage LB
|
- Manage LB
|
||||||
- Restart nova services
|
- Restart nova services
|
||||||
|
- Restart uwsgi services
|
||||||
tags:
|
tags:
|
||||||
- nova-config
|
- nova-config
|
||||||
- nova-post-install
|
- nova-post-install
|
||||||
@ -75,6 +76,7 @@
|
|||||||
notify:
|
notify:
|
||||||
- Manage LB
|
- Manage LB
|
||||||
- Restart nova services
|
- Restart nova services
|
||||||
|
- Restart uwsgi services
|
||||||
tags:
|
tags:
|
||||||
- nova-config
|
- nova-config
|
||||||
- nova-post-install
|
- nova-post-install
|
||||||
@ -116,6 +118,7 @@
|
|||||||
with_items: "{{ nova_core_files }}"
|
with_items: "{{ nova_core_files }}"
|
||||||
notify:
|
notify:
|
||||||
- Restart nova services
|
- Restart nova services
|
||||||
|
- Restart uwsgi services
|
||||||
|
|
||||||
- name: Cleanup fetched temp files
|
- name: Cleanup fetched temp files
|
||||||
file:
|
file:
|
||||||
@ -133,6 +136,7 @@
|
|||||||
notify:
|
notify:
|
||||||
- Manage LB
|
- Manage LB
|
||||||
- Restart nova services
|
- Restart nova services
|
||||||
|
- Restart uwsgi services
|
||||||
tags:
|
tags:
|
||||||
- nova-config
|
- nova-config
|
||||||
- nova-post-install
|
- nova-post-install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user