commit 4fd7f70cc0e6898e6911a128c3701236ce5d6efe Author: Dmitriy Rabotyagov Date: Thu Oct 8 17:50:32 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: I850db85234cbdf50e18f355ba39fa14e57081efd diff --git a/tasks/consoles/nova_console_novnc_install.yml b/tasks/consoles/nova_console_novnc_install.yml index a1347d0..ef8270f 100644 --- a/tasks/consoles/nova_console_novnc_install.yml +++ b/tasks/consoles/nova_console_novnc_install.yml @@ -56,6 +56,7 @@ notify: - Manage LB - Restart nova services + - Restart uwsgi services tags: - nova-novnc-git diff --git a/tasks/consoles/nova_console_novnc_ssl.yml b/tasks/consoles/nova_console_novnc_ssl.yml index a25a065..fcb680a 100644 --- a/tasks/consoles/nova_console_novnc_ssl.yml +++ b/tasks/consoles/nova_console_novnc_ssl.yml @@ -43,5 +43,6 @@ notify: - Manage LB - Restart nova services + - Restart uwsgi services tags: - nova-config diff --git a/tasks/consoles/nova_console_spice_install.yml b/tasks/consoles/nova_console_spice_install.yml index feadae4..768d8ad 100644 --- a/tasks/consoles/nova_console_spice_install.yml +++ b/tasks/consoles/nova_console_spice_install.yml @@ -56,5 +56,6 @@ notify: - Manage LB - Restart nova services + - Restart uwsgi services tags: - nova-spice-git diff --git a/tasks/nova_post_install.yml b/tasks/nova_post_install.yml index 530d348..d3d5dd2 100644 --- a/tasks/nova_post_install.yml +++ b/tasks/nova_post_install.yml @@ -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