Merge "Run nova-compute in native threading mode"

This commit is contained in:
Zuul
2026-02-26 17:44:44 +00:00
committed by Gerrit Code Review
3 changed files with 18 additions and 2 deletions
@@ -0,0 +1,9 @@
---
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.