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: I8bf64e2c47b55512f3ce42da3849911603cbcde0
This commit is contained in:
caoyuan 2018-05-13 00:17:44 +08:00
parent 0478727a64
commit 68a7ef0c59
10 changed files with 16 additions and 16 deletions

View File

@ -301,6 +301,6 @@ running Compute and Networking with an IP address of 192.168.1.2:
admin_tenant_name=service admin_tenant_name=service
admin_username=neutron admin_username=neutron
admin_password=password admin_password=password
admin_auth_url=http://192.168.1.2:35357/v2.0 admin_auth_url=http://192.168.1.2:5000/v2.0
service_metadata_proxy=true service_metadata_proxy=true
metadata_proxy_shared_secret=foo metadata_proxy_shared_secret=foo

View File

@ -74,7 +74,7 @@ Once this is done, the user has to take the following steps and restart
[designate] [designate]
url = http://192.0.2.240:9001/v2 url = http://192.0.2.240:9001/v2
auth_type = password auth_type = password
auth_url = http://192.0.2.240:35357 auth_url = http://192.0.2.240:5000
username = neutron username = neutron
password = PASSWORD password = PASSWORD
project_name = service project_name = service

View File

@ -59,7 +59,7 @@ authentication mechanism, message queue, and plug-in.
[keystone_authtoken] [keystone_authtoken]
# ... # ...
www_authenticate_uri = http://controller:5000 www_authenticate_uri = http://controller:5000
auth_url = http://controller:35357 auth_url = http://controller:5000
memcached_servers = controller:11211 memcached_servers = controller:11211
auth_type = password auth_type = password
project_domain_name = default project_domain_name = default
@ -108,7 +108,7 @@ Configure the Compute service to use the Networking service
[neutron] [neutron]
# ... # ...
url = http://controller:9696 url = http://controller:9696
auth_url = http://controller:35357 auth_url = http://controller:5000
auth_type = password auth_type = password
project_domain_name = default project_domain_name = default
user_domain_name = default user_domain_name = default

View File

@ -62,7 +62,7 @@ authentication mechanism, message queue, and plug-in.
[keystone_authtoken] [keystone_authtoken]
# ... # ...
www_authenticate_uri = http://controller:5000 www_authenticate_uri = http://controller:5000
auth_url = http://controller:35357 auth_url = http://controller:5000
memcached_servers = controller:11211 memcached_servers = controller:11211
auth_type = password auth_type = password
project_domain_name = default project_domain_name = default
@ -123,7 +123,7 @@ Configure the Compute service to use the Networking service
[neutron] [neutron]
# ... # ...
url = http://controller:9696 url = http://controller:9696
auth_url = http://controller:35357 auth_url = http://controller:5000
auth_type = password auth_type = password
project_domain_name = default project_domain_name = default
user_domain_name = default user_domain_name = default

View File

@ -248,7 +248,7 @@ Configure the Compute service to use the Networking service
[neutron] [neutron]
# ... # ...
url = http://controller:9696 url = http://controller:9696
auth_url = http://controller:35357 auth_url = http://controller:5000
auth_type = password auth_type = password
project_domain_name = default project_domain_name = default
user_domain_name = default user_domain_name = default

View File

@ -88,7 +88,7 @@ and plug-in.
[keystone_authtoken] [keystone_authtoken]
# ... # ...
www_authenticate_uri = http://controller:5000 www_authenticate_uri = http://controller:5000
auth_url = http://controller:35357 auth_url = http://controller:5000
memcached_servers = controller:11211 memcached_servers = controller:11211
auth_type = password auth_type = password
project_domain_name = default project_domain_name = default
@ -120,7 +120,7 @@ and plug-in.
[nova] [nova]
# ... # ...
auth_url = http://controller:35357 auth_url = http://controller:5000
auth_type = password auth_type = password
project_domain_name = default project_domain_name = default
user_domain_name = default user_domain_name = default

View File

@ -86,7 +86,7 @@ and plug-in.
[keystone_authtoken] [keystone_authtoken]
# ... # ...
www_authenticate_uri = http://controller:5000 www_authenticate_uri = http://controller:5000
auth_url = http://controller:35357 auth_url = http://controller:5000
memcached_servers = controller:11211 memcached_servers = controller:11211
auth_type = password auth_type = password
project_domain_name = default project_domain_name = default
@ -118,7 +118,7 @@ and plug-in.
[nova] [nova]
# ... # ...
auth_url = http://controller:35357 auth_url = http://controller:5000
auth_type = password auth_type = password
project_domain_name = default project_domain_name = default
user_domain_name = default user_domain_name = default

View File

@ -87,7 +87,7 @@ Configure the server component
[keystone_authtoken] [keystone_authtoken]
# ... # ...
www_authenticate_uri = http://controller:5000 www_authenticate_uri = http://controller:5000
auth_url = http://controller:35357 auth_url = http://controller:5000
memcached_servers = controller:11211 memcached_servers = controller:11211
auth_type = password auth_type = password
project_domain_name = default project_domain_name = default
@ -119,7 +119,7 @@ Configure the server component
[nova] [nova]
# ... # ...
auth_url = http://controller:35357 auth_url = http://controller:5000
auth_type = password auth_type = password
project_domain_name = default project_domain_name = default
user_domain_name = default user_domain_name = default

View File

@ -85,7 +85,7 @@ Configure the server component
[keystone_authtoken] [keystone_authtoken]
# ... # ...
www_authenticate_uri = http://controller:5000 www_authenticate_uri = http://controller:5000
auth_url = http://controller:35357 auth_url = http://controller:5000
memcached_servers = controller:11211 memcached_servers = controller:11211
auth_type = password auth_type = password
project_domain_name = default project_domain_name = default
@ -117,7 +117,7 @@ Configure the server component
[nova] [nova]
# ... # ...
auth_url = http://controller:35357 auth_url = http://controller:5000
auth_type = password auth_type = password
project_domain_name = default project_domain_name = default
user_domain_name = default user_domain_name = default

View File

@ -248,7 +248,7 @@ Configure the Compute service to use the Networking service
[neutron] [neutron]
# ... # ...
url = http://controller:9696 url = http://controller:9696
auth_url = http://controller:35357 auth_url = http://controller:5000
auth_type = password auth_type = password
project_domain_name = default project_domain_name = default
user_domain_name = default user_domain_name = default