From: Jacob Aharon Date: Mon, 7 Feb 2022 02:10:32 +0000 (+1100) Subject: Bugfix - Deprecated notification_workers is ignored X-Git-Tag: 18.4.2~2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=5023b085c863bd944391ad6d763d590eccf778a9;p=puppet-modules%2Fpuppet-ceilometer.git Bugfix - Deprecated notification_workers is ignored Change-Id: Id8e9277d4699be3aa6b92dd49b3c24f54316eab1 (cherry picked from commit 0c04ba25d2eb37b89527f054879ab2818676f7ae) (cherry picked from commit 89cfedff0ba7ed8f57a115031ed2f7e23e8da953) --- diff --git a/manifests/agent/notification.pp b/manifests/agent/notification.pp index 0c2eaad..cf6c324 100644 --- a/manifests/agent/notification.pp +++ b/manifests/agent/notification.pp @@ -186,7 +186,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; } }