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:
Dmitriy Rabotyagov 2020-10-08 17:20:37 +03:00
parent 586c96a17c
commit 12224d8681
2 changed files with 4 additions and 0 deletions

View File

@ -55,3 +55,4 @@
notify: notify:
- Manage LB - Manage LB
- Restart cinder services - Restart cinder services
- Restart uwsgi services

View File

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