Update auth_url value in install docs
Follow the keystone install guide by using port 5000 as the default auth_url, this change is to update cinder install guide to follow that. Change-Id: I19c60701dbdcf93394ee1c75d2d6660d25c9cbcc Closes-bug: #1754104
This commit is contained in:
parent
acfe957cb2
commit
d8136936f8
@ -278,7 +278,7 @@ Install and configure components
|
|||||||
[keystone_authtoken]
|
[keystone_authtoken]
|
||||||
# ...
|
# ...
|
||||||
auth_uri = http://controller:5000
|
auth_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_id = default
|
project_domain_id = default
|
||||||
|
@ -277,7 +277,7 @@ Install and configure components
|
|||||||
[keystone_authtoken]
|
[keystone_authtoken]
|
||||||
# ...
|
# ...
|
||||||
auth_uri = http://controller:5000
|
auth_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_id = default
|
project_domain_id = default
|
||||||
|
@ -278,7 +278,7 @@ Install and configure components
|
|||||||
[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_id = default
|
project_domain_id = default
|
||||||
|
@ -159,7 +159,7 @@ Install and configure components
|
|||||||
[keystone_authtoken]
|
[keystone_authtoken]
|
||||||
# ...
|
# ...
|
||||||
auth_uri = http://controller:5000
|
auth_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_id = default
|
project_domain_id = default
|
||||||
|
@ -168,7 +168,7 @@ Install and configure components
|
|||||||
[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_id = default
|
project_domain_id = default
|
||||||
|
@ -157,7 +157,7 @@ Install and configure components
|
|||||||
[keystone_authtoken]
|
[keystone_authtoken]
|
||||||
# ...
|
# ...
|
||||||
auth_uri = http://controller:5000
|
auth_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_id = default
|
project_domain_id = default
|
||||||
|
Loading…
x
Reference in New Issue
Block a user