Enable Tacker health check

This patch enables health check execution for Tacker docker container.

Change-Id: Id134a649e046625218c1593766b6833baaa9f168
Depends-On: Ib82cb849540694106a869ec81694f1159967ee79
(cherry picked from commit e9bf3415c6)
This commit is contained in:
Martin Mágr 2018-01-22 14:11:04 +01:00
parent 3f42bf52a6
commit 26196d44dd

View File

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