From c7ae88257d400faf016c9a015ed82cd285bd11d2 Mon Sep 17 00:00:00 2001 From: Pradeep Kilambi Date: Wed, 25 Jan 2017 13:55:57 -0500 Subject: 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 --- puppet/services/gnocchi-metricd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.2.3-korg