Files
nova/releasenotes/notes/threaded-nova-compute-9d28661295e09d74.yaml
Balazs Gibizer 4bce4480b9 Run nova-compute in native threading mode
Previous patches removed direct eventlet usage from nova-compute so
now we can run it with native threading as well. This patch documents
the possibility and switches both nova-compute processes to native
threading mode in the nova-next job.

Change-Id: I7bb29c627326892d1cf628bbf57efbaedda12f1a
Signed-off-by: Balazs Gibizer <gibi@redhat.com>
2026-02-24 16:28:06 +01:00

10 lines
407 B
YAML

---
features:
- |
The nova-compute services now can be run in native threading
mode instead of with eventlet. This is an experimental feature that is
disabled by default. Please test the native threading mode in
pre-production before enabling it in production. Please read the
`concurrency <https://docs.openstack.org/nova/latest/admin/concurrency.html>`__
guide for more details.