aboutsummaryrefslogtreecommitdiffstats
path: root/mcp/patches/reclass-system-salt-model/0001-ceilometer-server-publisher-Add-enabled-default.patch
blob: ab818df7086fe82ef50f423e6b288b7397570774 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
: Copyright (c) 2018 Mirantis Inc., Enea AB and others.
:
: All rights reserved. This program and the accompanying materials
: are made available under the terms of the Apache License, Version 2.0
: which accompanies this distribution, and is available at
: http://www.apache.org/licenses/LICENSE-2.0
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
From: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Date: Tue, 6 Mar 2018 22:40:06 +0100
Subject: [PATCH] ceilometer:server:publisher: Add 'enabled' default

Fixes: #306

Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
---
 ceilometer/server/cluster.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ceilometer/server/cluster.yml b/ceilometer/server/cluster.yml
index 11488fb..2d19e31 100644
--- a/ceilometer/server/cluster.yml
+++ b/ceilometer/server/cluster.yml
@@ -14,6 +14,7 @@ parameters:
       ttl: 86400
       publisher:
         default:
+          enabled: false
       bind:
         host: ${_param:cluster_local_address}
         port: 8777