From 2085162247d3c297e81fa58b185326342b0c53dc Mon Sep 17 00:00:00 2001 From: liuyamin Date: Tue, 8 May 2018 10:15:46 +0800 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.So this patch updates the install guide to reflect that change. Change-Id: I8b1c290c9dcfb721946b6052da4c14f5bf00378e --- doc/source/install/install-obs.rst | 2 +- doc/source/install/install-rdo.rst | 2 +- doc/source/install/install-ubuntu.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/install/install-obs.rst b/doc/source/install/install-obs.rst index 1625eb53d..176520ff2 100644 --- a/doc/source/install/install-obs.rst +++ b/doc/source/install/install-obs.rst @@ -396,7 +396,7 @@ Install and configure ``memcached``, ``uWSGI`` and Messaging on the web server www_authenticate_uri = HTTPS://IDENTITY.EXAMPLE-MESSAGES.NET:5000 # Complete admin Identity API endpoint (HTTPS protocol is more preferable # than HTTP). - auth_url = HTTPS://IDENTITY.EXAMPLE-MESSAGES.NET:35357 + auth_url = HTTPS://IDENTITY.EXAMPLE-MESSAGES.NET:5000 # Token cache time in seconds. token_cache_time = TOKEN_CACHE_TIME memcached_servers = 127.0.0.1:11211 diff --git a/doc/source/install/install-rdo.rst b/doc/source/install/install-rdo.rst index a6bdb24aa..0f49a2f32 100644 --- a/doc/source/install/install-rdo.rst +++ b/doc/source/install/install-rdo.rst @@ -396,7 +396,7 @@ Install and configure ``memcached``, ``uWSGI`` and Messaging on the web server www_authenticate_uri = HTTPS://IDENTITY.EXAMPLE-MESSAGES.NET:5000 # Complete admin Identity API endpoint (HTTPS protocol is more preferable # than HTTP). - identity_uri = HTTPS://IDENTITY.EXAMPLE-MESSAGES.NET:35357 + identity_uri = HTTPS://IDENTITY.EXAMPLE-MESSAGES.NET:5000 # Token cache time in seconds. token_cache_time = TOKEN_CACHE_TIME memcached_servers = 127.0.0.1:11211 diff --git a/doc/source/install/install-ubuntu.rst b/doc/source/install/install-ubuntu.rst index 40fdb1650..2ec14b271 100644 --- a/doc/source/install/install-ubuntu.rst +++ b/doc/source/install/install-ubuntu.rst @@ -384,7 +384,7 @@ Install and configure ``memcached``, ``uWSGI`` and Messaging on the web server www_authenticate_uri = HTTPS://IDENTITY.EXAMPLE-MESSAGES.NET:5000 # Complete admin Identity API endpoint (HTTPS protocol is more preferable # than HTTP). - identity_uri = HTTPS://IDENTITY.EXAMPLE-MESSAGES.NET:35357 + identity_uri = HTTPS://IDENTITY.EXAMPLE-MESSAGES.NET:5000 # Token cache time in seconds. token_cache_time = TOKEN_CACHE_TIME memcached_servers = 127.0.0.1:11211