Merge "Manually set healthchecks for _cron services" into stable/pike
authorJenkins <jenkins@review.openstack.org>
Mon, 4 Sep 2017 20:58:59 +0000 (20:58 +0000)
committerGerrit Code Review <review@openstack.org>
Mon, 4 Sep 2017 20:59:00 +0000 (20:59 +0000)
docker/services/cinder-api.yaml
docker/services/heat-api.yaml
docker/services/keystone.yaml
docker/services/nova-api.yaml

index 519b232..93d09ca 100644 (file)
@@ -163,6 +163,8 @@ outputs:
             user: root
             privileged: false
             restart: always
+            healthcheck:
+              test: /bin/true
             volumes:
               list_concat:
                 - {get_attr: [ContainersCommon, volumes]}
index 54c7bed..6c1621f 100644 (file)
@@ -136,6 +136,8 @@ outputs:
             user: root
             privileged: false
             restart: always
+            healthcheck:
+              test: /bin/true
             volumes:
               list_concat:
                 - {get_attr: [ContainersCommon, volumes]}
index 4c2c1d1..97b4c5d 100644 (file)
@@ -175,6 +175,8 @@ outputs:
             privileged: false
             restart: always
             command: ['/bin/bash', '-c', '/usr/local/bin/kolla_set_configs && /usr/sbin/crond -n']
+            healthcheck:
+              test: /bin/true
             volumes:
               list_concat:
                 - {get_attr: [ContainersCommon, volumes]}
index 37c4da5..7142b70 100644 (file)
@@ -196,6 +196,8 @@ outputs:
             user: root
             privileged: false
             restart: always
+            healthcheck:
+              test: /bin/true
             volumes:
               list_concat:
                 - {get_attr: [ContainersCommon, volumes]}