Merge "Enable healthcheck script in clustercheck service" into stable/train

This commit is contained in:
Zuul 2019-12-21 16:22:12 +00:00 committed by Gerrit Code Review
commit 6baba1d12b
1 changed files with 2 additions and 0 deletions

View File

@ -84,6 +84,8 @@ outputs:
image: {get_param: ContainerClustercheckImage}
restart: always
net: host
healthcheck:
test: /openstack/healthcheck
volumes:
list_concat:
- {get_attr: [ContainersCommon, volumes]}