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
This commit is contained in:
liuyamin 2018-05-08 10:15:46 +08:00
parent 85529379be
commit 2085162247
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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