From 1beaa8dcb997fb662bc36b337579694991c6b5cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20M=C3=A1gr?= Date: Fri, 9 Feb 2018 15:28:00 +0100 Subject: [PATCH] Enable aodh-api health check This patch enables health check execution for aodh-api docker container. Change-Id: Ie71eeabfd514ab17e8c8181f9c45e0a1e2f6c2bc Depends-On: Ib82cb849540694106a869ec81694f1159967ee79 --- docker/services/aodh-api.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker/services/aodh-api.yaml b/docker/services/aodh-api.yaml index 86485bed8d..8eac503f53 100644 --- a/docker/services/aodh-api.yaml +++ b/docker/services/aodh-api.yaml @@ -131,6 +131,8 @@ outputs: net: host privileged: false restart: always + healthcheck: + test: /openstack/healthcheck volumes: list_concat: - {get_attr: [ContainersCommon, volumes]}