summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColleen Murphy <colleen@gazlene.net>2018-03-24 13:01:17 +0100
committerLance Bragstad <lbragstad@gmail.com>2018-05-07 21:02:49 +0000
commit4ca0172fcdb1ce28a1f00d5a0e1bb3d646141803 (patch)
tree270d3fc3aaa3228c97ec0275d2911dc099520840
parent56d108858a2284516e1cba66a86883ea969755d4 (diff)
downloadkeystone-4ca0172fcdb1ce28a1f00d5a0e1bb3d646141803.tar.gz
Update RDO install guide for v3
Bring the RDO install guide into alignment with the Ubuntu and SUSE guides by removing references to the admin port 35357 that was used for the keystone v2 API. Change-Id: Ic2c5452dae0c142ce3311f6b5e6d9590d618fc22 (cherry picked from commit 27762c822067c383d543d06ad39a3c0ad4375b45)
-rw-r--r--doc/source/install/keystone-install-rdo.rst16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/source/install/keystone-install-rdo.rst b/doc/source/install/keystone-install-rdo.rst
index 59f890b34..44bb8586b 100644
--- a/doc/source/install/keystone-install-rdo.rst
+++ b/doc/source/install/keystone-install-rdo.rst
@@ -51,13 +51,6 @@ Install and configure components
.. include:: shared/note_configuration_vary_by_distribution.rst
-.. note::
-
- This guide uses the Apache HTTP server with ``mod_wsgi`` to serve
- Identity service requests on ports 5000 and 35357. By default, the
- keystone service still listens on these ports. Therefore, this guide
- manually disables the keystone service.
-
#. Run the following command to install the packages:
.. code-block:: console
@@ -117,10 +110,17 @@ 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 \
- --bootstrap-admin-url http://controller:35357/v3/ \
+ --bootstrap-admin-url http://controller:5000/v3/ \
--bootstrap-internal-url http://controller:5000/v3/ \
--bootstrap-public-url http://controller:5000/v3/ \
--bootstrap-region-id RegionOne