Files
nova/releasenotes/notes/threading-by-default-sch-api-meta-d2534ce9c7b69d8a.yaml
T
Balazs Gibizer f73a23b4d4 Upgrade note for concurrency mode default change
This is a follow up for the release notes added in the commit
35207ee8b5 that changed the default mode
for the scheduler and the API services. At that time we missed to note
the upgrade impact of such change. So this patch extends the reno with
an upgrade note.

Change-Id: I280e7eb9c1da6eeaf50e96e8b19e296961f2651a
Signed-off-by: Balazs Gibizer <gibi@redhat.com>
2026-01-14 13:29:07 +01:00

23 lines
1.2 KiB
YAML

---
features:
- |
The default concurrency mode is now switched from eventlet to native
threading for nova-scheduler, nova-api, and nova-metadata services.
The concurrency mode can still be switched back to eventlet if needed
per service. Please read the
`concurrency <https://docs.openstack.org/nova/latest/admin/concurrency.html>`__
guide for more details.
upgrade:
- |
When you are upgrading to 2026.1 (Gazpacho) or newer the default
configuration of nova-scheduler, nova-api, and nova-metadata services
change to run these services with native threading mode by default
instead of the legacy eventlet mode. We recommend to decouple the
upgrade from the concurrency mode change to reduce the risk of issues.
To do that either test the native threading mode of these services already
in 2025.2 (Flamingo) or ensure that your service configuration is
explicitly using the eventlet mode before you upgrade and only change to
threading mode after the upgrade was successful. Please read the
`concurrency <https://docs.openstack.org/nova/latest/admin/concurrency.html>`__
guide for more details on how to configure the mode.