nova/releasenotes/notes/deprecate-api-eventlet-1a0279f1f2333082.yaml
Matt Riedemann b53d81b03c Deprecate running API services under eventlet
This sets the timer on removing support for running
API services under eventlet. Nova has supported running
under WSGI since Pike, and does run with Apache by default
in the gate.

Change-Id: I83d6c100d0d2628f38a029cffa22d0c2bc15d667
2018-05-16 03:48:32 +00:00

6 lines
177 B
YAML

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