Merge "Fix missed notify for zun-wsproxy container."

This commit is contained in:
Zuul 2018-07-05 11:17:55 +00:00 committed by Gerrit Code Review
commit 344ee2fc57

@ -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