diff options
author | Pradeep Kilambi <pkilambi@redhat.com> | 2017-01-25 13:55:57 -0500 |
---|---|---|
committer | Pradeep Kilambi <pkilambi@redhat.com> | 2017-01-25 20:58:44 +0000 |
commit | c7ae88257d400faf016c9a015ed82cd285bd11d2 (patch) | |
tree | b57d5e28a2e355fac49b1d1d58e6c6f875891351 /puppet | |
parent | 7dbd771a35e06bf1601e10c5d92e4b18955ce958 (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
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/services/gnocchi-metricd.yaml | 2 |
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 |