Enable iscsid health check

This patch enables health check execution for iscsid docker container.

Change-Id: I39dc5fa64b3a9bccf485f335ee0ec6090c48a3c3
Depends-On: Ib82cb849540694106a869ec81694f1159967ee79
This commit is contained in:
Martin Mágr 2018-02-12 14:07:46 +01:00
parent d11a90b62c
commit 98a63abc64

View File

@ -90,6 +90,8 @@ outputs:
net: host
privileged: true
restart: always
healthcheck:
test: /openstack/healthcheck
volumes:
list_concat:
- {get_attr: [ContainersCommon, volumes]}