Documentation fix - Port number

Small fix on documentation, replacing port "35357" and
"keystone-wsgi-admin" by port "5000" and "keystone-wsgi-public".

Based on an online discussion with Colleen with the removal of the v2
API the project no longer recommends using a special port or the
admin application.

Change-Id: I953b071c41e37ddf63f00f6feaf54d4185a17734
This commit is contained in:
Cristina Loma 2018-11-04 00:03:12 +00:00
parent 1bc9f3356d
commit 733b37f24d
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ following uses ``uwsgi``:
.. code-block:: bash
$ uwsgi --http 127.0.0.1:35357 --wsgi-file $(which keystone-wsgi-admin)
$ uwsgi --http 127.0.0.1:5000 --wsgi-file $(which keystone-wsgi-public)
This runs Keystone with the configuration the etc/ directory of the project.
See :doc:`../configuration` for details on how Keystone is configured. By default,