summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharat Sharma <s.sharatsharma@gmail.com>2019-06-06 03:23:48 -0400
committerSharat Sharma <s.sharatsharma@gmail.com>2019-06-06 03:32:49 -0400
commit97ca86fad75dd601f6d38de95bb6a6709f0fdf80 (patch)
tree2f71436e9e5726a8175010c092f29e90039a0077
parent6009cdaa47a10f6d06a31b68fdc6a263bced13ad (diff)
downloadnova-97ca86fad75dd601f6d38de95bb6a6709f0fdf80.tar.gz
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
-rw-r--r--doc/source/install/compute-install-obs.rst3
-rw-r--r--doc/source/install/compute-install-rdo.rst3
-rw-r--r--doc/source/install/compute-install-ubuntu.rst3
-rw-r--r--doc/source/install/controller-install-obs.rst3
-rw-r--r--doc/source/install/controller-install-rdo.rst3
-rw-r--r--doc/source/install/controller-install-ubuntu.rst3
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 92e2a730de..5387b067b2 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 bc43403ae5..f9327b58c9 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 37ae664e8c..dacca81f03 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 07c2aebaa2..8b80263cda 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 1d56b6e66d..04c27c617d 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 0272adbcc0..e3891dd6df 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