From f47cf92e043a3f0cdd1e5f3ad382ec60c4ba0d47 Mon Sep 17 00:00:00 2001 From: zhangzs Date: Tue, 19 Jun 2018 16:41:51 +0800 Subject: [PATCH] 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 --- doc/source/install/install-rdo.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/install/install-rdo.rst b/doc/source/install/install-rdo.rst index 3ea129ba7..a09060416 100644 --- a/doc/source/install/install-rdo.rst +++ b/doc/source/install/install-rdo.rst @@ -102,7 +102,7 @@ Create /etc/vitrage/vitrage.conf file with the following information: user_domain_name = Default password = username = vitrage - auth_url = http://:35357 + auth_url = http://:5000 auth_type = password Replace **** with your controller node's IP.