Fix missed notify for zun-wsproxy container.
Change-Id: I8b8631e1c215580dd7711a0c0b3683b06ddc47d3
This commit is contained in:
parent
dbd97822a0
commit
acccec75a3
@ -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 @@
|
|||||||
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 @@
|
|||||||
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 @@
|
|||||||
notify:
|
notify:
|
||||||
- Restart zun-api container
|
- Restart zun-api container
|
||||||
- Restart zun-compute container
|
- Restart zun-compute container
|
||||||
|
- Restart zun-wsproxy container
|
||||||
|
Loading…
Reference in New Issue
Block a user