Enable nova-metadata health check

This patch enables healthcheck execution for nova-metadata container.

Change-Id: I8fe646a569be6c6c6fbd983546af3a1181bc370b
This commit is contained in:
Rajesh Tailor 2018-03-08 11:32:01 +05:30
parent c5344f106c
commit 336ccab080

View File

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