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:
zhangzs 2018-06-19 16:41:51 +08:00
parent 34000041fe
commit f47cf92e04

View File

@ -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.