From 9e8ec982ac4c382f132b0d0070ba046026c0dc9a Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Wed, 3 May 2017 16:23:26 -0400 Subject: [PATCH] Fix typo in wsgi applications release note This commit fixes a small typo in the wsgi-applications release note, it's mod_proxy_uwsgi not mod_proxy_uwsgx. Change-Id: Ibbd6c19b41c0290ffeaa0371a8d084191f0919be --- releasenotes/notes/wsgi-applications-8017c3192d2b143e.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releasenotes/notes/wsgi-applications-8017c3192d2b143e.yaml b/releasenotes/notes/wsgi-applications-8017c3192d2b143e.yaml index 3819855274..7385263149 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.