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
This commit is contained in:
parent
723c7408e3
commit
a148377367
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user