Enable mistral-event-engine health check

This patch enables health check execution for mistral-event-engine
docker container.

Change-Id: I804da516d5fe335a0a050ce3aa3c6a44c2be9f59
Depends-On: I074f7911e8a41d45249dbbf277138bc80ee3a774
This commit is contained in:
Brad P. Crochet 2018-02-26 12:24:01 +00:00
parent 6894552a0d
commit b2c996c8d7
1 changed files with 2 additions and 0 deletions

View File

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