Fix uwsgi --http flag

In b2292e2 we changed the uwsgi example to use --http-socket, but
actually --http is supported and is correct for our usage[1]. This patch
changes it back.

[1] https://uwsgi-docs.readthedocs.io/en/latest/HTTP.html

Change-Id: I52f208769d4deb16972038a815ce4c5e8f9bb800
This commit is contained in:
Colleen Murphy 2018-11-05 11:13:09 +01:00
parent b2292e29f1
commit 2a0d990945
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ This will generate .mo files like keystone/locale/[lang]/LC_MESSAGES/[lang].mo
.. code-block:: bash
$ KEYSTONE_LOCALEDIR=/opt/stack/keystone/keystone/locale uwsgi --http-socket 127.0.0.1:5000 --wsgi-file $(which keystone-wsgi-public)
$ KEYSTONE_LOCALEDIR=/opt/stack/keystone/keystone/locale uwsgi --http 127.0.0.1:5000 --wsgi-file $(which keystone-wsgi-public)
Now you can get a translated error response: