From c132d32e6b9ae1cc33ba7fdb5b3fb907f31d058a Mon Sep 17 00:00:00 2001 From: Clint Byrum Date: Thu, 19 Dec 2013 00:06:02 -0800 Subject: [PATCH] Configure os-collect-config on seed properly Without this the seed os-collect-config splats errors into its logs every 30 seconds. Change-Id: Ic3bda2aa9ecf7ce696a6c835eff4ce5ec98306d2 --- elements/seed-stack-config/config.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/elements/seed-stack-config/config.json b/elements/seed-stack-config/config.json index 2cf6c2de9..61c3e3bd5 100644 --- a/elements/seed-stack-config/config.json +++ b/elements/seed-stack-config/config.json @@ -80,5 +80,8 @@ }, "horizon": { "secret_key": "unset___________" + }, + "os-collect-config": { + "collectors": "heat_local" } }