aboutsummaryrefslogtreecommitdiffstats
path: root/docker/services/heat-api.yaml
diff options
context:
space:
mode:
authorDan Prince <dprince@redhat.com>2017-08-25 22:27:24 -0400
committerEmilien Macchi <emilien@redhat.com>2017-09-02 15:55:13 +0000
commitfc9dc2afa505d2fadccb2d5df17fbe226b53eacb (patch)
treeeb4febc52d817b2df5da5cf1599abbe024dc6451 /docker/services/heat-api.yaml
parent79bd4a5c576829470ee0605551cee89233732021 (diff)
Manually set healthchecks for _cron services
The docker _cron services show up as (unhealthy) due to them sharing the containers for the OpenStack services. As such we need to manually override the health checks for these services. By setting them to /bin/true the services should show up has healthy. Change-Id: I46e12bcec226fbe2768c7fe8f0e7719df46401a9 Closes-bug: #1713183 (cherry picked from commit d1aaf0aadf487ccfcdecb47f3cfbf6087401242b)
Diffstat (limited to 'docker/services/heat-api.yaml')
-rw-r--r--docker/services/heat-api.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/docker/services/heat-api.yaml b/docker/services/heat-api.yaml
index 54c7bedd..6c1621f1 100644
--- a/docker/services/heat-api.yaml
+++ b/docker/services/heat-api.yaml
@@ -136,6 +136,8 @@ outputs:
user: root
privileged: false
restart: always
+ healthcheck:
+ test: /bin/true
volumes:
list_concat:
- {get_attr: [ContainersCommon, volumes]}