From 89cfedff0ba7ed8f57a115031ed2f7e23e8da953 Mon Sep 17 00:00:00 2001 From: Jacob Aharon Date: Mon, 7 Feb 2022 13:10:32 +1100 Subject: [PATCH] Bugfix - Deprecated notification_workers is ignored Change-Id: Id8e9277d4699be3aa6b92dd49b3c24f54316eab1 (cherry picked from commit 0c04ba25d2eb37b89527f054879ab2818676f7ae) --- manifests/agent/notification.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } } -- 2.45.2