Files
nova/releasenotes/notes/remove-api-eventlet-5a932ef45b9af79f.yaml
Balazs Gibizer 05b219746f Remove eventlet based WSGI server entry points
Nova deprecated[1] running the API services under Eventlet in the Rocky
release 6 years ago. Now that we are trying to transition away from
Eventlet it is time to rip out these entry points fully.

[1] b53d81b03c

Change-Id: Ie758550c0b8fb02aeb398396961467d9f845fcc9
2025-04-15 15:03:43 +02:00

6 lines
165 B
YAML

---
upgrade:
- |
Running API services (nova-osapi_compute or nova-metadata) with eventlet
is removed. Deploy with a WSGI server such as uwsgi or mod_wsgi.