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:
Dmitriy Rabotyagov 2020-10-08 17:50:32 +03:00
parent 939d2f414a
commit 4fd7f70cc0
4 changed files with 7 additions and 0 deletions

View File

@ -56,6 +56,7 @@
notify:
- Manage LB
- Restart nova services
- Restart uwsgi services
tags:
- nova-novnc-git

View File

@ -43,5 +43,6 @@
notify:
- Manage LB
- Restart nova services
- Restart uwsgi services
tags:
- nova-config

View File

@ -56,5 +56,6 @@
notify:
- Manage LB
- Restart nova services
- Restart uwsgi services
tags:
- nova-spice-git

View File

@ -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