Enable mistral-api health check

This patch enables health check execution for mistral api docker container.

Change-Id: I5e2c689c152a21aa12476789d4c64fb71b32d34f
Depends-On: Id10f0d52b1732003533aba6b5c89a5079baba852
This commit is contained in:
Brad P. Crochet 2018-02-26 12:54:16 +00:00
parent 6894552a0d
commit a929185e68
1 changed files with 2 additions and 0 deletions

View File

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