neutron/neutron/server
labedz 609508b7b9 Use monkey_patch for neutron API server.
Neutron API server was not using eventlet monkey patch
thus eventlet threads couldn't be properly yielded.

This patch set API neutron server like other monkey patched
neutron services: neutron-server and neutron-rpc-server.

NOTE: this change needs apache service restart. Apache
mod_wsgi auto reload can lead to SSL RecursionError.

Co-Authored-By: Szymon Wroblewski <szymon.wroblewski@ovhcloud.com>
Closes-Bug: 1970216
Change-Id: Ib62c049cc521a548ab7e7e9584b19bdaa67b1c9d
(cherry picked from commit dcbc4beb9e)
2022-04-23 18:46:41 +00:00
..
__init__.py Use monkey_patch for neutron API server. 2022-04-23 18:46:41 +00:00
api_eventlet.py Use monkey_patch for neutron API server. 2022-04-23 18:46:41 +00:00
rpc_eventlet.py Allow neutron-api load config from WSGI process 2018-07-25 15:22:14 +07:00
wsgi_eventlet.py Re-use existing ProcessLauncher from wsgi in RPC workers 2020-02-07 14:51:06 +01:00