commit 12224d8681f45a3b02e3a1254332ce25917a2a7d Author: Dmitriy Rabotyagov Date: Thu Oct 8 17:20:37 2020 +0300 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 diff --git a/tasks/cinder_install_source.yml b/tasks/cinder_install_source.yml index 35021a9..49940c1 100644 --- a/tasks/cinder_install_source.yml +++ b/tasks/cinder_install_source.yml @@ -55,3 +55,4 @@ notify: - Manage LB - Restart cinder services + - Restart uwsgi services diff --git a/tasks/cinder_post_install.yml b/tasks/cinder_post_install.yml index 29d749c..9a9ffb8 100644 --- a/tasks/cinder_post_install.yml +++ b/tasks/cinder_post_install.yml @@ -34,6 +34,7 @@ notify: - Manage LB - Restart cinder services + - Restart uwsgi services tags: - cinder-config - cinder-post-install @@ -57,6 +58,7 @@ notify: - Manage LB - Restart cinder services + - Restart uwsgi services tags: - cinder-config - cinder-post-install @@ -98,6 +100,7 @@ with_items: "{{ cinder_core_files }}" notify: - Restart cinder services + - Restart uwsgi services - name: Cleanup fetched temp files file: