From 904b72cf5e471ecd5c1cbf7c249d6572e63eef4a Mon Sep 17 00:00:00 2001 From: Hidekazu Nakamura Date: Mon, 7 May 2018 11:42:10 +0900 Subject: [PATCH] Update auth_url in install docs Beginning with the Queens release, the keystone install guide recommends running all interfaces on the same port. This patch updates the install guide to reflect that change. Change-Id: Ice155d0b80d2f2ed6c1a9a9738be2184b6e9e76c Closes-bug: #1754104 --- doc/source/configuration/configuring.rst | 4 ++-- doc/source/install/common_configure.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/configuration/configuring.rst b/doc/source/configuration/configuring.rst index 1ca6d0fed..13924ded4 100644 --- a/doc/source/configuration/configuring.rst +++ b/doc/source/configuration/configuring.rst @@ -264,7 +264,7 @@ so that the watcher service is configured for your needs. # Authentication URL (unknown value) #auth_url = - auth_url = http://IDENTITY_IP:35357 + auth_url = http://IDENTITY_IP:5000 # Username (unknown value) # Deprecated group/name - [DEFAULT]/username @@ -310,7 +310,7 @@ so that the watcher service is configured for your needs. # Authentication URL (unknown value) #auth_url = - auth_url = http://IDENTITY_IP:35357 + auth_url = http://IDENTITY_IP:5000 # Username (unknown value) # Deprecated group/name - [DEFAULT]/username diff --git a/doc/source/install/common_configure.rst b/doc/source/install/common_configure.rst index b689e642e..6897f48bc 100644 --- a/doc/source/install/common_configure.rst +++ b/doc/source/install/common_configure.rst @@ -27,7 +27,7 @@ [keystone_authtoken] ... www_authenticate_uri = http://controller:5000 - auth_url = http://controller:35357 + auth_url = http://controller:5000 memcached_servers = controller:11211 auth_type = password project_domain_name = default @@ -47,7 +47,7 @@ [watcher_clients_auth] ... auth_type = password - auth_url = http://controller:35357 + auth_url = http://controller:5000 username = watcher password = WATCHER_PASS project_domain_name = default