Update "auth_port" in install docs

Based on the change in Keystone Install Guide [1],
this patch replace port 35357 with 5000 for "auth_port" 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: I3c0dabf08ce95a33ecf31249f3ac2526ce5e79a3
This commit is contained in:
Vu Cong Tuan 2018-05-10 15:33:37 +07:00
parent 1ebd6d12ef
commit 4c89c0ad00
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ Edit config file:
[keystone_authtoken]
auth_protocol = http
auth_host = [keystone_host_ip_or_hostname]
auth_port = 35357
auth_port = 5000
admin_user = [freezer admin user] # admin or user with admin priviliges
admin_password = [admin password]
admin_tenant_name = [admin tenan] # usually admin