Update keystone-manage bootstrap port instructions

With the removal of the v2 API, it is no longer necessary to create
the admin endpoint on a separate port.This patch updates the
keystone-manage bootstrap instructions to use port 5000 to be
consistent with other documentation.

Change-Id: I087dbc9ef9dea6558670fbbe54258d820524ddc6
This commit is contained in:
Islam Musleh 2018-10-24 13:54:24 -07:00 committed by islam.musleh@gmail.com
parent 9f2b84608e
commit 74446ab0ad
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ Verbosely, keystone can be bootstrapped with:
--bootstrap-role-name admin \
--bootstrap-service-name keystone \
--bootstrap-region-id RegionOne \
--bootstrap-admin-url http://localhost:35357 \
--bootstrap-admin-url http://localhost:5000 \
--bootstrap-public-url http://localhost:5000 \
--bootstrap-internal-url http://localhost:5000