From acccec75a3099151063f742d148c850ccd41023d Mon Sep 17 00:00:00 2001 From: Peter Cipriano Date: Wed, 4 Jul 2018 06:23:18 -0400 Subject: [PATCH] Fix missed notify for zun-wsproxy container. Change-Id: I8b8631e1c215580dd7711a0c0b3683b06ddc47d3 --- ansible/roles/zun/tasks/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ansible/roles/zun/tasks/config.yml b/ansible/roles/zun/tasks/config.yml index c9e7997559..15352e77a0 100644 --- a/ansible/roles/zun/tasks/config.yml +++ b/ansible/roles/zun/tasks/config.yml @@ -41,6 +41,7 @@ notify: - Restart zun-api container - Restart zun-compute container + - Restart zun-wsproxy container - name: Copying over zun.conf vars: @@ -63,6 +64,7 @@ notify: - Restart zun-api container - Restart zun-compute container + - Restart zun-wsproxy container - name: Copying over wsgi-zun files for services vars: @@ -93,6 +95,7 @@ notify: - Restart zun-api container - Restart zun-compute container + - Restart zun-wsproxy container - name: Check zun containers become: true @@ -112,3 +115,4 @@ notify: - Restart zun-api container - Restart zun-compute container + - Restart zun-wsproxy container