Update "auth_url" port in install docs

Beginning with the Queens release, the keystone install guide
recommends running all interfaces on the same port 5000[1].
So,auth_url port need to be changed to 5000 in the document.

[1] https://review.openstack.org/#/c/541857

Change-Id: Ib9b0854d41643497855b022e5500ae5f5976b930
This commit is contained in:
zengjia 2019-08-06 03:54:39 +00:00
parent 3bfac10ff1
commit 3b3c99773f
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@
user_domain_id = default user_domain_id = default
password = MAGNUM_PASS password = MAGNUM_PASS
username = magnum username = magnum
auth_url = http://controller:35357 auth_url = http://controller:5000
auth_type = password auth_type = password
admin_user = magnum admin_user = magnum
admin_password = MAGNUM_PASS admin_password = MAGNUM_PASS