Update "auth_url" in install docs

Based on the change in Keystone Install Guide [1],
this patch replace port 35357 with 5000 for "auth_url" in docs.

For more details, please check similar changes which have been done
on other projects: Nova [2], Neutron [3], Cinder [4], Glance [5].

[1] https://review.openstack.org/#/c/541857
[2] https://review.openstack.org/#/c/562812
[3] https://review.openstack.org/#/c/566491
[4] https://review.openstack.org/#/c/565464
[5] https://review.openstack.org/#/c/558932

Change-Id: Ied73662270c56bbeb3a09ae2ad7965de58f6ef8d
This commit is contained in:
Vu Cong Tuan 2018-05-10 15:38:35 +07:00
parent 1095fb7478
commit 712d3854c7
1 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ Configure components
[nova]
...
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
@ -54,7 +54,7 @@ Configure components
[cinder]
...
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