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:
junboli 2018-05-01 00:17:01 +08:00
parent acfe957cb2
commit d8136936f8
6 changed files with 6 additions and 6 deletions

@ -278,7 +278,7 @@ Install and configure components
[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_id = default

@ -277,7 +277,7 @@ Install and configure components
[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_id = default

@ -278,7 +278,7 @@ Install and configure components
[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_id = default

@ -159,7 +159,7 @@ Install and configure components
[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_id = default

@ -168,7 +168,7 @@ Install and configure components
[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_id = default

@ -157,7 +157,7 @@ Install and configure components
[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_id = default