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.

 Conflicts:
	doc/source/install/cinder-controller-install-ubuntu.rst
	doc/source/install/cinder-storage-install-rdo.rst

Change-Id: If14fe5cd82037fd03b9378333aa502e944dac434
Closes-bug: #1754104
(cherry picked from commit d8136936f8)
This commit is contained in:
junboli 2018-05-01 00:17:01 +08:00 committed by Sean McGinnis
parent 23f57d348b
commit 2295f537c5
6 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

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

View File

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

View File

@ -168,7 +168,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

View File

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