Enable panko API health check

This patch enables health check execution for Panko API
docker container.

Change-Id: I8e4315465faf9b246a0086ed5c24f1fbbbff6c1b
Depends-On: I1109909189b2c14c89913e217e2eb3b520897596
This commit is contained in:
Martin Mágr 2018-01-19 23:58:31 +01:00
parent b74cd1b864
commit e08ddb11e7
1 changed files with 2 additions and 0 deletions

View File

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