From 9171eef1a77c346ce13939db6610a1cb2ae9a30f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20M=C3=A1gr?= Date: Thu, 3 May 2018 16:42:39 +0200 Subject: [PATCH] Delay collectd start We need to make collectd container start in the same step as Gnocchi, so that we avoid occasional connection problems with collectd deployed without working Keystone and Gnocchi. Change-Id: Ifce5d3a7395d9ddf99e2d9097f71a222e8c64487 --- docker/services/collectd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/services/collectd.yaml b/docker/services/collectd.yaml index d30d1acdab..c38ce44149 100644 --- a/docker/services/collectd.yaml +++ b/docker/services/collectd.yaml @@ -89,7 +89,7 @@ outputs: owner: collectd:collectd recurse: true docker_config: - step_3: + step_5: collectd: image: {get_param: DockerCollectdImage} net: host