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