Modify the value of auth_url
Based on the change in Keystone Install Guide [1], this modify the value of auth_url. Please check [2][3][4][5][6] for the similar changes. [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 [6]https://review.openstack.org/#/c/570641 Change-Id: I06fa9fc85768f7218d1890526c4716b6bcd1dae2
This commit is contained in:
parent
34000041fe
commit
f47cf92e04
@ -102,7 +102,7 @@ Create /etc/vitrage/vitrage.conf file with the following information:
|
||||
user_domain_name = Default
|
||||
password = <password>
|
||||
username = vitrage
|
||||
auth_url = http://<ip>:35357
|
||||
auth_url = http://<ip>:5000
|
||||
auth_type = password
|
||||
|
||||
Replace **<ip>** with your controller node's IP.
|
||||
|
Loading…
Reference in New Issue
Block a user