commit a51937db34ac17a2426263a983569e1bc81c9125 Author: Dmitriy Rabotyagov Date: Thu Oct 8 14:53:21 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: I4f230347a9c464244a6bac42e4234b627ca460ed diff --git a/tasks/glance_post_install.yml b/tasks/glance_post_install.yml index d042c57..0166ddf 100644 --- a/tasks/glance_post_install.yml +++ b/tasks/glance_post_install.yml @@ -83,6 +83,7 @@ notify: - Manage LB - Restart glance services + - Restart uwsgi services - name: Deploy Glance image import configuration file template: @@ -92,6 +93,7 @@ notify: - Manage LB - Restart glance services + - Restart uwsgi services # NOTE(cloudnull): This is using "cp" instead of copy with a remote_source # because we only want to copy the original files once. and we @@ -123,6 +125,7 @@ with_items: "{{ glance_core_files }}" notify: - Restart glance services + - Restart uwsgi services - name: Cleanup fetched temp files file: