]> review.fuel-infra Code Review - puppet-modules/puppet-ceilometer.git/commitdiff
Bugfix - Deprecated notification_workers is ignored
authorJacob Aharon <jacob.aharon@unimelb.edu.au>
Mon, 7 Feb 2022 02:10:32 +0000 (13:10 +1100)
committerTakashi Kajinami <tkajinam@redhat.com>
Tue, 8 Feb 2022 23:46:35 +0000 (23:46 +0000)
Change-Id: Id8e9277d4699be3aa6b92dd49b3c24f54316eab1
(cherry picked from commit 0c04ba25d2eb37b89527f054879ab2818676f7ae)
(cherry picked from commit 89cfedff0ba7ed8f57a115031ed2f7e23e8da953)

manifests/agent/notification.pp

index 0c2eaadbd13e50f11f4708251deec95ee5824460..cf6c3241124f0f3e0cb4c8e2572099fd7cbe7489 100644 (file)
@@ -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;
   }
 }