oslo.messaging/oslo_messaging
Mehdi Abaakouk d94d6d6892 Allows to change defaults opts
This change introduces to possibility for the consumer application
to change the default oslo.messaging config options.

Same API interface as oslo.db have been taken.
The first option is executor_thread_pool_size.

This option was called rpc_thread_pool_size, but because it's used by
notification and rpc 'executor_thread_pool_size' looks a better name.

Changing executor_thread_pool_size default will be useful for ceilometer
the default of 64 is really to small to consume many notifications at
once for batching them. When is clearly sufficient for rpc stuffs.

Change-Id: Iea0d7a72e38d27c600403c815258aa5eee0d0c8c
2015-07-20 15:37:16 +02:00
..
_cmd Use oslo.log in the zmq receiver 2015-07-09 14:55:25 +03:00
_drivers Allows to change defaults opts 2015-07-20 15:37:16 +02:00
_executors Allows to change defaults opts 2015-07-20 15:37:16 +02:00
hacking Drop use of 'oslo' namespace package 2015-07-13 21:12:35 +00:00
notify Remove usage of contentmanager for executors 2015-07-08 13:42:10 +02:00
openstack Switch to warnings module instead of versionutils 2015-06-10 22:23:16 -04:00
rpc Merge "Verify that version in 'prepare' is valid" 2015-07-13 11:01:24 +00:00
tests Allows to change defaults opts 2015-07-20 15:37:16 +02:00
__init__.py Move files out of the namespace package 2015-01-12 12:50:41 -05:00
_i18n.py Update Oslo imports to remove namespace package 2015-01-21 21:09:33 -05:00
_utils.py Remove usage of contentmanager for executors 2015-07-08 13:42:10 +02:00
conffixture.py Don't use devstack to setup our functional env 2015-06-11 12:01:01 +02:00
exceptions.py Move files out of the namespace package 2015-01-12 12:50:41 -05:00
localcontext.py Switch to warnings module instead of versionutils 2015-06-10 22:23:16 -04:00
opts.py Allows to change defaults opts 2015-07-20 15:37:16 +02:00
serializer.py Add RequestContextSerializer 2015-05-07 12:07:47 +03:00
server.py Use ServiceBase from oslo.service as a parent class 2015-07-02 18:35:09 +03:00
target.py Add support for multiple namespaces in Targets 2015-03-12 16:07:51 -04:00
transport.py Update Oslo imports to remove namespace package 2015-01-21 21:09:33 -05:00