From 3b3c99773f26ac6fe431a74dce398eab9f472f18 Mon Sep 17 00:00:00 2001 From: zengjia Date: Tue, 6 Aug 2019 03:54:39 +0000 Subject: [PATCH] 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 --- doc/source/install/common/configure_2_edit_magnum_conf.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/install/common/configure_2_edit_magnum_conf.rst b/doc/source/install/common/configure_2_edit_magnum_conf.rst index 9e286f1a69..99b433c869 100644 --- a/doc/source/install/common/configure_2_edit_magnum_conf.rst +++ b/doc/source/install/common/configure_2_edit_magnum_conf.rst @@ -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