Mentions légales du service

Skip to content
Snippets Groups Projects
Commit acccec75 authored by Peter Cipriano's avatar Peter Cipriano
Browse files

Fix missed notify for zun-wsproxy container.

Change-Id: I8b8631e1c215580dd7711a0c0b3683b06ddc47d3
parent dbd97822
No related branches found
No related tags found
No related merge requests found
...@@ -41,6 +41,7 @@ ...@@ -41,6 +41,7 @@
notify: notify:
- Restart zun-api container - Restart zun-api container
- Restart zun-compute container - Restart zun-compute container
- Restart zun-wsproxy container
- name: Copying over zun.conf - name: Copying over zun.conf
vars: vars:
...@@ -63,6 +64,7 @@ ...@@ -63,6 +64,7 @@
notify: notify:
- Restart zun-api container - Restart zun-api container
- Restart zun-compute container - Restart zun-compute container
- Restart zun-wsproxy container
- name: Copying over wsgi-zun files for services - name: Copying over wsgi-zun files for services
vars: vars:
...@@ -93,6 +95,7 @@ ...@@ -93,6 +95,7 @@
notify: notify:
- Restart zun-api container - Restart zun-api container
- Restart zun-compute container - Restart zun-compute container
- Restart zun-wsproxy container
- name: Check zun containers - name: Check zun containers
become: true become: true
...@@ -112,3 +115,4 @@ ...@@ -112,3 +115,4 @@
notify: notify:
- Restart zun-api container - Restart zun-api container
- Restart zun-compute container - Restart zun-compute container
- Restart zun-wsproxy container
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment