Bugfix - Deprecated notification_workers is ignored
Change-Id: Id8e9277d4699be3aa6b92dd49b3c24f54316eab1
This commit is contained in:
parent
6d3ed4dddb
commit
0c04ba25d2
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user