Enable multipathd health check

This patch enables health check execution for multipathd docker container.

Change-Id: If320fcd3ed2658dda9ce0dfb7f14c717ffdc03a1
Depends-On: If9476b2dd485f8399d10289989ba74a2c1f58626
This commit is contained in:
Martin Mágr 2018-01-30 12:18:02 +01:00 committed by Bogdan Dobrelya
parent 0d78b528d2
commit e4faefcac4
1 changed files with 2 additions and 0 deletions

View File

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