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
(cherry picked from commit e1761d2e29)
Closes-bug: #1783306
This commit is contained in:
Hidekazu Nakamura 2018-05-07 11:19:12 +09:00 committed by Slawek Kaplonski
parent e8b937aca0
commit e211cc204a
4 changed files with 7 additions and 7 deletions

View File

@ -58,7 +58,7 @@ authentication mechanism, message queue, and plug-in.
[keystone_authtoken]
# ...
auth_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

View File

@ -87,7 +87,7 @@ and plug-in.
[keystone_authtoken]
# ...
auth_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

View File

@ -86,7 +86,7 @@ Configure the server component
[keystone_authtoken]
# ...
auth_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

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