From 97ca86fad75dd601f6d38de95bb6a6709f0fdf80 Mon Sep 17 00:00:00 2001 From: Sharat Sharma Date: Thu, 6 Jun 2019 03:23:48 -0400 Subject: [PATCH] Modifying install-guide to include public endpoint for identity service - Adding a line to set www_authenticate_uri to point to the public identity endpoint - Removing version for public endpoint of identity service as per discussion in https://review.opendev.org/#/c/643938/5/doc/source/install/from-pypi.rst@139 Change-Id: Iba5e5c9289196f24f0fbe0ae305d6bd834d18645 Closes-Bug: #1822986 --- doc/source/install/compute-install-obs.rst | 3 ++- doc/source/install/compute-install-rdo.rst | 3 ++- doc/source/install/compute-install-ubuntu.rst | 3 ++- doc/source/install/controller-install-obs.rst | 3 ++- doc/source/install/controller-install-rdo.rst | 3 ++- doc/source/install/controller-install-ubuntu.rst | 3 ++- 6 files changed, 12 insertions(+), 6 deletions(-) diff --git a/doc/source/install/compute-install-obs.rst b/doc/source/install/compute-install-obs.rst index 92e2a730de7b..5387b067b229 100644 --- a/doc/source/install/compute-install-obs.rst +++ b/doc/source/install/compute-install-obs.rst @@ -74,7 +74,8 @@ Install and configure components [keystone_authtoken] # ... - auth_url = http://controller:5000/v3 + www_authenticate_uri = http://controller:5000/ + auth_url = http://controller:5000/ memcached_servers = controller:11211 auth_type = password project_domain_name = Default diff --git a/doc/source/install/compute-install-rdo.rst b/doc/source/install/compute-install-rdo.rst index bc43403ae5a2..f9327b58c97d 100644 --- a/doc/source/install/compute-install-rdo.rst +++ b/doc/source/install/compute-install-rdo.rst @@ -66,7 +66,8 @@ Install and configure components [keystone_authtoken] # ... - auth_url = http://controller:5000/v3 + www_authenticate_uri = http://controller:5000/ + auth_url = http://controller:5000/ memcached_servers = controller:11211 auth_type = password project_domain_name = Default diff --git a/doc/source/install/compute-install-ubuntu.rst b/doc/source/install/compute-install-ubuntu.rst index 37ae664e8cd1..dacca81f03e8 100644 --- a/doc/source/install/compute-install-ubuntu.rst +++ b/doc/source/install/compute-install-ubuntu.rst @@ -56,7 +56,8 @@ Install and configure components [keystone_authtoken] # ... - auth_url = http://controller:5000/v3 + www_authenticate_uri = http://controller:5000/ + auth_url = http://controller:5000/ memcached_servers = controller:11211 auth_type = password project_domain_name = Default diff --git a/doc/source/install/controller-install-obs.rst b/doc/source/install/controller-install-obs.rst index 07c2aebaa2e8..8b80263cda45 100644 --- a/doc/source/install/controller-install-obs.rst +++ b/doc/source/install/controller-install-obs.rst @@ -240,7 +240,8 @@ Install and configure components [keystone_authtoken] # ... - auth_url = http://controller:5000/v3 + www_authenticate_uri = http://controller:5000/ + auth_url = http://controller:5000/ memcached_servers = controller:11211 auth_type = password project_domain_name = Default diff --git a/doc/source/install/controller-install-rdo.rst b/doc/source/install/controller-install-rdo.rst index 1d56b6e66dbb..04c27c617dd8 100644 --- a/doc/source/install/controller-install-rdo.rst +++ b/doc/source/install/controller-install-rdo.rst @@ -223,7 +223,8 @@ Install and configure components [keystone_authtoken] # ... - auth_url = http://controller:5000/v3 + www_authenticate_uri = http://controller:5000/ + auth_url = http://controller:5000/ memcached_servers = controller:11211 auth_type = password project_domain_name = Default diff --git a/doc/source/install/controller-install-ubuntu.rst b/doc/source/install/controller-install-ubuntu.rst index 0272adbcc03a..e3891dd6df71 100644 --- a/doc/source/install/controller-install-ubuntu.rst +++ b/doc/source/install/controller-install-ubuntu.rst @@ -221,7 +221,8 @@ Install and configure components [keystone_authtoken] # ... - auth_url = http://controller:5000/v3 + www_authenticate_uri = http://controller:5000/ + auth_url = http://controller:5000/ memcached_servers = controller:11211 auth_type = password project_domain_name = Default