Files
nova/doc/source/admin
Balazs Gibizer d6a3f86329 Run nova-api and -metadata in threaded mode
It turns out that nova-api and nova-metadata only depend on spawning
threads via scatter-gather. The scatter-gather already supports both
eventlet and threading mode so we can switch these services.

Our WSGI services (nova-api, nova-metadata) are not relying on
oslo.service to fork worker processes, but expect the web server to
handle that (uwsgi, apache mod_wsgi). This means we don't need to handle
any forking issues as no nova code runs before the fork.

Change-Id: Id3a339c605dfc730bdb7994c3ca45baafeb5af80
Signed-off-by: Balazs Gibizer <gibi@redhat.com>
2025-08-14 13:39:25 +02:00
..
2019-07-22 19:17:28 +02:00
2025-01-07 01:39:40 +00:00
2025-05-08 23:29:13 +01:00
2024-02-05 12:06:58 -08:00
2023-01-10 17:55:01 +05:30
2019-11-15 16:37:26 +00:00
2022-09-23 09:09:37 +05:30
2024-02-07 12:08:07 -08:00