[collectd] Fix CollectdAmqpSendQueueLimit references

The option CollectdAmqpSendQueueLimit was introduced in [1]
to limit the memory usage of the collectd-amqp1 plugin.

The incorrect CollectdAmqpQueueLimit option is passed into
environment files.

References to the CollectdAmqpQueueLimit config option have
been replaced with CollectdAmqpSendQueueLimit, to allow for
correct configuration.

[1] https://review.opendev.org/c/openstack/tripleo-heat-templates/+/755288

Change-Id: Ibbcdfb1d148af33e5f4b82763119adf1d61b4203
This commit is contained in:
Emma Foley 2021-02-08 15:35:48 +00:00
parent ab7a7d841f
commit 9a30798b3e
3 changed files with 3 additions and 3 deletions

View File

@ -149,7 +149,7 @@ parameter_defaults:
telemetry: telemetry:
format: JSON format: JSON
presettle: false presettle: false
CollectdAmqpQueueLimit: 40 CollectdAmqpSendQueueLimit: 40
LoggingServers: LoggingServers:
- host: 127.0.0.1 - host: 127.0.0.1
port: 24224 port: 24224

View File

@ -15,7 +15,7 @@ parameter_defaults:
CollectdConnectionType: amqp1 CollectdConnectionType: amqp1
CollectdAmqpInterval: 5 CollectdAmqpInterval: 5
CollectdDefaultPollingInterval: 5 CollectdDefaultPollingInterval: 5
CollectdAmqpQueueLimit: 40 CollectdAmqpSendQueueLimit: 40
CollectdAmqpInstances: CollectdAmqpInstances:
notify: notify:

View File

@ -6,7 +6,7 @@ resource_registry:
parameter_defaults: parameter_defaults:
CollectdConnectionType: amqp1 CollectdConnectionType: amqp1
CollectdAmqpQueueLimit: 40 CollectdAmqpSendQueueLimit: 40
CollectdAmqpInstances: CollectdAmqpInstances:
notify: notify:
notify: true notify: true