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:
parent
3bfac10ff1
commit
3b3c99773f
@ -68,7 +68,7 @@
|
||||
user_domain_id = default
|
||||
password = MAGNUM_PASS
|
||||
username = magnum
|
||||
auth_url = http://controller:35357
|
||||
auth_url = http://controller:5000
|
||||
auth_type = password
|
||||
admin_user = magnum
|
||||
admin_password = MAGNUM_PASS
|
||||
|
Loading…
Reference in New Issue
Block a user