Enable nova-metadata health check

This patch enables healthcheck execution for nova-metadata container.

Change-Id: I8fe646a569be6c6c6fbd983546af3a1181bc370b
(cherry picked from commit 336ccab080)
This commit is contained in:
Rajesh Tailor 2018-03-08 11:32:01 +05:30 committed by Martin Mágr
parent aa336c2feb
commit b6adea05ed

View File

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