Merge "Add note to keystone-manage bootstrap doc"

This commit is contained in:
Zuul 2018-03-16 17:56:13 +00:00 committed by Gerrit Code Review
commit 230d0cfc6c
2 changed files with 14 additions and 0 deletions

View File

@ -125,6 +125,13 @@ Install and configure components
5. Bootstrap the Identity service:
.. note::
Before the Queens release, keystone needed to be run on two separate ports to
accomodate the Identity v2 API which ran a separate admin-only service
commonly on port 35357. With the removal of the v2 API, keystone can be run
on the same port for all interfaces.
.. code-block:: console
# keystone-manage bootstrap --bootstrap-password ADMIN_PASS \

View File

@ -118,6 +118,13 @@ Install and configure components
5. Bootstrap the Identity service:
.. note::
Before the Queens release, keystone needed to be run on two separate ports to
accomodate the Identity v2 API which ran a separate admin-only service
commonly on port 35357. With the removal of the v2 API, keystone can be run
on the same port for all interfaces.
.. code-block:: console
# keystone-manage bootstrap --bootstrap-password ADMIN_PASS \