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>
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.