puppet-neutron/releasenotes/notes/add_executor_thread_pool_size-a81c6faab62d2349.yaml
Jake Yip 2b1d8b6be8 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: I709f3bd0076a68ce84d5c0e23afbbfcd23dc83a5
2019-11-13 15:28:17 +11:00

4 lines
83 B
YAML

---
features:
- Add possibility to configure the size of executor thread pool.