Go to file
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
2016-08-28 21:11:07 +01:00
2014-11-18 09:23:37 -05:00
2016-03-04 07:41:12 -05:00
2014-11-18 09:23:37 -05:00
2016-11-25 12:41:41 +01:00
2017-02-08 10:03:14 +07:00
2017-03-07 01:58:36 +00:00

Team and repository tags

image

Magnum

Magnum is an OpenStack project which offers container orchestration engines for deploying and managing containers as first class resources in OpenStack.

For more information, please refer to the following resources:

Description
Container Infrastructure Management Service for OpenStack
Readme 92 MiB
Languages
Python 73.2%
Shell 26.5%
Dockerfile 0.3%