]> 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:45:18 +0000 (23:45 +0000)
Change-Id: Id8e9277d4699be3aa6b92dd49b3c24f54316eab1
(cherry picked from commit 0c04ba25d2eb37b89527f054879ab2818676f7ae)

manifests/agent/notification.pp

index ed2e478e37fa877ceff35e41ddb72a1445583c72..828674ad7d452be4f525b1b5776e39b45ca9e60b 100644 (file)
@@ -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;
   }
 }