From: Jacob Aharon Date: Mon, 7 Feb 2022 02:10:32 +0000 (+1100) Subject: Bugfix - Deprecated notification_workers is ignored X-Git-Tag: 19.5.0~6 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=89cfedff0ba7ed8f57a115031ed2f7e23e8da953;p=puppet-modules%2Fpuppet-ceilometer.git Bugfix - Deprecated notification_workers is ignored Change-Id: Id8e9277d4699be3aa6b92dd49b3c24f54316eab1 (cherry picked from commit 0c04ba25d2eb37b89527f054879ab2818676f7ae) --- diff --git a/manifests/agent/notification.pp b/manifests/agent/notification.pp index ed2e478..828674a 100644 --- a/manifests/agent/notification.pp +++ b/manifests/agent/notification.pp @@ -185,7 +185,7 @@ class ceilometer::agent::notification ( ceilometer_config { 'notification/ack_on_event_error' : value => $ack_on_event_error; 'notification/disable_non_metric_meters': value => $disable_non_metric_meters; - 'notification/workers' : value => $workers; + 'notification/workers' : value => $workers_real; 'notification/messaging_urls' : value => $messaging_urls, secret => true; } }