]> review.fuel-infra Code Review - puppet-modules/puppet-ceilometer.git/commit
Add executor_thread_pool_size
authorJake Yip <jake.yip@unimelb.edu.au>
Wed, 13 Nov 2019 06:33:20 +0000 (17:33 +1100)
committerJake Yip <jake.yip@unimelb.edu.au>
Wed, 13 Nov 2019 06:51:24 +0000 (17:51 +1100)
commitf289344487662b8d23deb0e48ceb45dd72c616d3
tree8a13ea7f2091579e0dbd26af24f996738607d48f
parentc5807a735e82b0cc258aa42d4520b1f64a7afa53
Add executor_thread_pool_size

Change I36324bae39e05dde57b962948f832c22599c13d2 added
executor_thread_pool_size as a new param to oslo::messaging::default,
but that option was not updated in many modules like this one. This
means a user cannot set executor_thread_pool_size, as setting it
anywhere else will throw a duplicate declaration error.

This change update the oslo::messaging::default call accordingly, and
adds an option to set it, similar to Change
Id4a61c39ef6392a3d656952467c756be9e68de91

Change-Id: I446af549752cf4872b98e3320353bd93a8a9ab2f
manifests/init.pp
releasenotes/notes/add_executor_thread_pool_size-6f4ffd7ffd0f117a.yaml [new file with mode: 0644]
spec/classes/ceilometer_init_spec.rb