From 1b01ebce5632bbde162937b41b02177168d00ec2 Mon Sep 17 00:00:00 2001 From: Colleen Murphy Date: Fri, 16 Mar 2018 15:21:40 +0100 Subject: [PATCH] Add note to keystone-manage bootstrap doc A lot of people are very surprised that we no longer reference port 35357 in our Ubuntu (and SUSE) install guides. Add a note to clarify that this is not a bug and we do really mean it. This does not change the RDO install guide because our guide still instructs users to use port 35357 because the RDO package still includes an Apache vhost file that uses 35357. Change-Id: I334ba888190705a345d50cebe577b832753f202c Related-bug: #1755026 Related-bug: #1755511 Related-bug: #1756178 --- doc/source/install/keystone-install-obs.rst | 7 +++++++ doc/source/install/keystone-install-ubuntu.rst | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/doc/source/install/keystone-install-obs.rst b/doc/source/install/keystone-install-obs.rst index d88a58bee8..26d256b36e 100644 --- a/doc/source/install/keystone-install-obs.rst +++ b/doc/source/install/keystone-install-obs.rst @@ -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 \ diff --git a/doc/source/install/keystone-install-ubuntu.rst b/doc/source/install/keystone-install-ubuntu.rst index 491c96cd4b..d25cc59c00 100644 --- a/doc/source/install/keystone-install-ubuntu.rst +++ b/doc/source/install/keystone-install-ubuntu.rst @@ -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 \