Merge "Update auth_url in install docs"

This commit is contained in:
Zuul 2018-05-19 01:00:50 +00:00 committed by Gerrit Code Review
commit 0f48658bef
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_username=neutron
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
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]
url = http://192.0.2.240:9001/v2
auth_type = password
auth_url = http://192.0.2.240:35357
auth_url = http://192.0.2.240:5000
username = neutron
password = PASSWORD
project_name = service

View File

@ -59,7 +59,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
@ -108,7 +108,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

View File

@ -62,7 +62,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
@ -123,7 +123,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

View File

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

View File

@ -88,7 +88,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
@ -120,7 +120,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

View File

@ -86,7 +86,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
@ -118,7 +118,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

View File

@ -87,7 +87,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
@ -119,7 +119,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

View File

@ -85,7 +85,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
@ -117,7 +117,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

View File

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