magnum/magnum/common
Spyros Trigazis (strigazi) bd69b3fff6 Use eventlet executor in rpc_service
The default executor of o.m is 'blocking', but after change [1],
o.m with blocking is broken. 'eventlet' and 'non-blocking' work
fine and most services use 'eventlet', so this is why it was
noticed by magnum which used the default one.

Use eventlet to not be affected by bug #1694728 , but more
importantly, the oslo team suggests to not use blocking which
has 0% test coverage and it is going to be deprecated and unset
from the default configuration.

[1] https://review.openstack.org/#/c/463673/

Change-Id: I47da73787456c97f7d84fd4440404b551ff62528
Closes-Bug: #1694728
2017-06-01 12:31:13 +00:00
..
cert_manager Remove log translations 2017-03-30 17:05:10 +08:00
x509 Remove log translations 2017-03-30 17:05:10 +08:00
__init__.py Create a ReST API entrypoint 2014-11-18 14:01:20 -07:00
clients.py Remove log translations 2017-03-30 17:05:10 +08:00
config.py Integrate OSProfiler in Magnum 2017-01-24 07:43:31 +07:00
context.py Set is_admin flag correctly in RequestContext 2017-03-03 03:37:08 +00:00
docker_utils.py Pass 'context' to create_client_files method 2017-03-06 16:46:08 +05:30
exception.py Remove log translations 2017-03-30 17:05:10 +08:00
keystone.py Remove log translations 2017-03-30 17:05:10 +08:00
name_generator.py Clean imports in code 2016-09-05 09:51:38 +07:00
policy.py Set is_admin flag correctly in RequestContext 2017-03-03 03:37:08 +00:00
profiler.py Remove log translations 2017-03-30 17:05:10 +08:00
rpc.py Remove old oslo.messaging transport aliases 2017-04-05 06:31:31 +00:00
rpc_service.py Use eventlet executor in rpc_service 2017-06-01 12:31:13 +00:00
service.py Centralize config option: service section 2016-09-22 05:57:24 +00:00
short_id.py Convert bytes to string in get_id for python3 compatibility 2016-02-29 14:34:01 +08:00
urlfetch.py Remove log translations 2017-03-30 17:05:10 +08:00
utils.py Remove log translations 2017-03-30 17:05:10 +08:00