Files
Balazs Gibizer 90e1f6adb3 Default native threading for conductor and compute
This patch switches the default concurrency mode to native threading
for the services that gained native threading support in Gazpacho:
nova-conductor, and nova-compute.

The OS_NOVA_DISABLE_EVENTLET_PATCHING env variable still can be used to
explicitly switch the concurrency mode to eventlet by

  OS_NOVA_DISABLE_EVENTLET_PATCHING=false

This also means that OpenStack CI will run these service with native
threading going forward. We keep nova-alt-configuration job to still
test the legacy Eventlet mode of these services.

Change-Id: I40729f34290c37f5163bc4c547c5e3c7060d2494
Signed-off-by: Balazs Gibizer <gibi@redhat.com>
2026-03-27 12:25:18 +01:00
..
2025-11-04 16:11:50 +00:00
2019-07-22 19:17:28 +02:00

OpenStack Nova Documentation README

Both contributor developer documentation and REST API documentation are sourced here.

Contributor developer docs are built to: https://docs.openstack.org/nova/latest/

API guide docs are built to: https://docs.openstack.org/api-guide/compute/

For more details, see the "Building the Documentation" section of doc/source/contributor/development-environment.rst.