From: Pradeep Kilambi Date: Wed, 25 Jan 2017 18:55:57 +0000 (-0500) Subject: Set the correct default for gnocchi workers X-Git-Tag: opnfv-6.0.0~1166^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=c7ae88257d400faf016c9a015ed82cd285bd11d2;p=apex-tripleo-heat-templates.git 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 --- 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