ironic/ironic/cmd
Yuriy Zveryanskyy 556b1d0871 Move eventlet monkey patch code
Eventlet monkey patching is not recommended on top level __init__ [1],
because Apache WSGI module uses own concurrency model [2] and API
service under Apache should be runned without eventlet. This patch
moves eventlet monkey patching code to ironic.cmd module __init__
(like in nova).

[1] https://specs.openstack.org/openstack/openstack-specs/specs/eventlet-best-practices.html
[2] http://modwsgi.readthedocs.io/en/develop/user-guides/processes-and-threading.html

Closes-Bug: 1608252
Change-Id: I887a06566dcc2f09875f975f1e12ae4ff75fd348
2017-03-02 13:48:18 +02:00
..
__init__.py Move eventlet monkey patch code 2017-03-02 13:48:18 +02:00
api.py Separate WSGIService from RPCService 2016-09-15 11:14:20 -04:00
conductor.py Separate WSGIService from RPCService 2016-09-15 11:14:20 -04:00
dbsync.py Centralize config options - [DEFAULT] 2016-07-15 14:05:09 -07:00