aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPradeep Kilambi <pkilambi@redhat.com>2017-01-25 13:55:57 -0500
committerPradeep Kilambi <pkilambi@redhat.com>2017-01-25 20:58:44 +0000
commitc7ae88257d400faf016c9a015ed82cd285bd11d2 (patch)
treeb57d5e28a2e355fac49b1d1d58e6c6f875891351
parent7dbd771a35e06bf1601e10c5d92e4b18955ce958 (diff)
Set the correct default for gnocchi workers
The current default is empty which overrides the puppet-gnocchi os_workers calculated value. Instead default to the os_workers. Change-Id: I9bf9a107c03172500f7c8c5e4353c20305c8e6b5
-rw-r--r--puppet/services/gnocchi-metricd.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/services/gnocchi-metricd.yaml b/puppet/services/gnocchi-metricd.yaml
index e5f9a8e7..27700606 100644
--- a/puppet/services/gnocchi-metricd.yaml
+++ b/puppet/services/gnocchi-metricd.yaml
@@ -22,7 +22,7 @@ parameters:
default: 'overcloud-gnocchi-metricd'
type: string
GnocchiMetricdWorkers:
- default: ''
+ default: '%{::os_workers}'
description: Number of workers for Gnocchi MetricD
type: string