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
This commit is contained in:
parent
ee442a1537
commit
e1761d2e29
@ -58,7 +58,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
|
||||
@ -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
|
||||
|
@ -87,7 +87,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
|
||||
@ -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
|
||||
|
@ -86,7 +86,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
|
||||
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user