From a35198156cfde2ef8a9910df94a401026fdff8c1 Mon Sep 17 00:00:00 2001 From: "luke.li" Date: Tue, 8 May 2018 10:18:28 +0800 Subject: [PATCH] Update install doc for ubuntu This change updates the auth_url value to match what has changed in the keystone install guide: https://review.openstack.org/#/c/541857/ Change-Id: I28e10acefc7f3db9b2c7fe8cc08e6a27668e081a --- doc/source/install/compute-install-ubuntu.rst | 4 ++-- doc/source/install/controller-install-ubuntu.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/install/compute-install-ubuntu.rst b/doc/source/install/compute-install-ubuntu.rst index db2992c2d..98754648c 100644 --- a/doc/source/install/compute-install-ubuntu.rst +++ b/doc/source/install/compute-install-ubuntu.rst @@ -119,7 +119,7 @@ Install and configure components user_domain_name = default password = ZUN_PASS username = zun - auth_url = http://controller:35357 + auth_url = http://controller:5000 auth_type = password auth_version = v3 auth_protocol = http @@ -141,7 +141,7 @@ Install and configure components user_domain_name = default password = ZUN_PASS username = zun - auth_url = http://controller:35357 + auth_url = http://controller:5000 auth_type = password Replace ZUN_PASS with the password you chose for the zun user in the diff --git a/doc/source/install/controller-install-ubuntu.rst b/doc/source/install/controller-install-ubuntu.rst index 57da9fcfa..ccac3d514 100644 --- a/doc/source/install/controller-install-ubuntu.rst +++ b/doc/source/install/controller-install-ubuntu.rst @@ -243,7 +243,7 @@ Install and configure components user_domain_name = default password = ZUN_PASS username = zun - auth_url = http://controller:35357 + auth_url = http://controller:5000 auth_type = password auth_version = v3 auth_protocol = http @@ -265,7 +265,7 @@ Install and configure components user_domain_name = default password = ZUN_PASS username = zun - auth_url = http://controller:35357 + auth_url = http://controller:5000 auth_type = password auth_version = v3 auth_protocol = http