diff --git a/releasenotes/notes/wsgi-applications-8017c3192d2b143e.yaml b/releasenotes/notes/wsgi-applications-8017c3192d2b143e.yaml index 381985527458..7385263149aa 100644 --- a/releasenotes/notes/wsgi-applications-8017c3192d2b143e.yaml +++ b/releasenotes/notes/wsgi-applications-8017c3192d2b143e.yaml @@ -3,6 +3,6 @@ upgrade: - | WSGI application scripts ``nova-api-wsgi`` and ``nova-metadata-wsgi`` are now available. They allow running the compute and metadata APIs using a WSGI - server of choice (for example nginx and uwsgi, apache2 with mod_proxy_uwsgx + server of choice (for example nginx and uwsgi, apache2 with mod_proxy_uwsgi or gunicorn). The eventlet-based servers are still available, but the WSGI options will allow greater deployment flexibility.