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:
|
||||
- Manage LB
|
||||
- Restart nova services
|
||||
- Restart uwsgi services
|
||||
tags:
|
||||
- nova-novnc-git
|
||||
|
||||
|
@ -43,5 +43,6 @@
|
||||
notify:
|
||||
- Manage LB
|
||||
- Restart nova services
|
||||
- Restart uwsgi services
|
||||
tags:
|
||||
- nova-config
|
||||
|
@ -56,5 +56,6 @@
|
||||
notify:
|
||||
- Manage LB
|
||||
- Restart nova services
|
||||
- Restart uwsgi services
|
||||
tags:
|
||||
- nova-spice-git
|
||||
|
@ -50,6 +50,7 @@
|
||||
notify:
|
||||
- Manage LB
|
||||
- Restart nova services
|
||||
- Restart uwsgi services
|
||||
tags:
|
||||
- nova-config
|
||||
- nova-post-install
|
||||
@ -75,6 +76,7 @@
|
||||
notify:
|
||||
- Manage LB
|
||||
- Restart nova services
|
||||
- Restart uwsgi services
|
||||
tags:
|
||||
- nova-config
|
||||
- nova-post-install
|
||||
@ -116,6 +118,7 @@
|
||||
with_items: "{{ nova_core_files }}"
|
||||
notify:
|
||||
- Restart nova services
|
||||
- Restart uwsgi services
|
||||
|
||||
- name: Cleanup fetched temp files
|
||||
file:
|
||||
@ -133,6 +136,7 @@
|
||||
notify:
|
||||
- Manage LB
|
||||
- Restart nova services
|
||||
- Restart uwsgi services
|
||||
tags:
|
||||
- nova-config
|
||||
- nova-post-install
|
||||
|
Loading…
Reference in New Issue
Block a user