From e1761d2e29cdd93dffe3d39c0b9407b2facaa0c1 Mon Sep 17 00:00:00 2001 From: Hidekazu Nakamura Date: Mon, 7 May 2018 11:19:12 +0900 Subject: [PATCH] Update install doc for ubuntu This change updates the auth_url value to match what has changed in the keystone install guide: https://review.openstack.org/#/c/541857/ Change-Id: I97356b31af35ef19d02b9f0c0a57cbde16752c65 --- doc/source/install/compute-install-ubuntu.rst | 4 ++-- doc/source/install/controller-install-option1-ubuntu.rst | 4 ++-- doc/source/install/controller-install-option2-ubuntu.rst | 4 ++-- doc/source/install/controller-install-ubuntu.rst | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/source/install/compute-install-ubuntu.rst b/doc/source/install/compute-install-ubuntu.rst index d277d5e41c5..0028736b8d3 100644 --- a/doc/source/install/compute-install-ubuntu.rst +++ b/doc/source/install/compute-install-ubuntu.rst @@ -58,7 +58,7 @@ authentication mechanism, message queue, and plug-in. [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 @@ -107,7 +107,7 @@ Configure the Compute service to use the Networking service [neutron] # ... url = http://controller:9696 - auth_url = http://controller:35357 + auth_url = http://controller:5000 auth_type = password project_domain_name = default user_domain_name = default diff --git a/doc/source/install/controller-install-option1-ubuntu.rst b/doc/source/install/controller-install-option1-ubuntu.rst index 78a5b13087a..31a3b2de222 100644 --- a/doc/source/install/controller-install-option1-ubuntu.rst +++ b/doc/source/install/controller-install-option1-ubuntu.rst @@ -87,7 +87,7 @@ and plug-in. [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 @@ -119,7 +119,7 @@ and plug-in. [nova] # ... - auth_url = http://controller:35357 + auth_url = http://controller:5000 auth_type = password project_domain_name = default user_domain_name = default diff --git a/doc/source/install/controller-install-option2-ubuntu.rst b/doc/source/install/controller-install-option2-ubuntu.rst index e49ae437e7b..279398370ae 100644 --- a/doc/source/install/controller-install-option2-ubuntu.rst +++ b/doc/source/install/controller-install-option2-ubuntu.rst @@ -86,7 +86,7 @@ Configure the server component [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 @@ -118,7 +118,7 @@ Configure the server component [nova] # ... - auth_url = http://controller:35357 + auth_url = http://controller:5000 auth_type = password project_domain_name = default user_domain_name = default diff --git a/doc/source/install/controller-install-ubuntu.rst b/doc/source/install/controller-install-ubuntu.rst index 5d8c90b801b..f108f5a8b6d 100755 --- a/doc/source/install/controller-install-ubuntu.rst +++ b/doc/source/install/controller-install-ubuntu.rst @@ -248,7 +248,7 @@ Configure the Compute service to use the Networking service [neutron] # ... url = http://controller:9696 - auth_url = http://controller:35357 + auth_url = http://controller:5000 auth_type = password project_domain_name = default user_domain_name = default