From a1483773673a06c3960723f6165ff77e8fb9083e Mon Sep 17 00:00:00 2001 From: Shuayb Date: Thu, 1 Nov 2018 11:15:16 +0100 Subject: [PATCH] Use port 5000, keystone-wsgi-public and --http-socket The present port 35357 and special command keystone-wsgi-admin are used by v2 API. These have been switched over to the new port 5000 and public wsgi application, because v2 API is no more needed and have been removed. Also, uswgi --http is missing 'socket' flag and have been added. Change-Id: Idae51ff85e6b657a88aa366f65a8d3afdc10b096 --- doc/source/contributor/translated-responses.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/contributor/translated-responses.rst b/doc/source/contributor/translated-responses.rst index cf860eff64..3eab022068 100644 --- a/doc/source/contributor/translated-responses.rst +++ b/doc/source/contributor/translated-responses.rst @@ -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 127.0.0.1:35357 --wsgi-file $(which keystone-wsgi-admin) + $ KEYSTONE_LOCALEDIR=/opt/stack/keystone/keystone/locale uwsgi --http-socket 127.0.0.1:5000 --wsgi-file $(which keystone-wsgi-public) Now you can get a translated error response: