diff --git a/doc/source/install/compute-install-obs.rst b/doc/source/install/compute-install-obs.rst index 94a88477c4f5..bcc2b1697497 100644 --- a/doc/source/install/compute-install-obs.rst +++ b/doc/source/install/compute-install-obs.rst @@ -74,8 +74,7 @@ Install and configure components [keystone_authtoken] # ... - auth_uri = http://controller:5000 - auth_url = http://controller:35357 + auth_url = http://controller:5000/v3 memcached_servers = controller:11211 auth_type = password project_domain_name = default @@ -179,7 +178,7 @@ Install and configure components project_name = service auth_type = password user_domain_name = Default - auth_url = http://controller:35357/v3 + auth_url = http://controller:5000/v3 username = placement password = PLACEMENT_PASS diff --git a/doc/source/install/compute-install-rdo.rst b/doc/source/install/compute-install-rdo.rst index 246bb2414742..ab7406adf3ac 100644 --- a/doc/source/install/compute-install-rdo.rst +++ b/doc/source/install/compute-install-rdo.rst @@ -66,8 +66,7 @@ Install and configure components [keystone_authtoken] # ... - auth_uri = http://controller:5000 - auth_url = http://controller:35357 + auth_url = http://controller:5000/v3 memcached_servers = controller:11211 auth_type = password project_domain_name = default @@ -170,7 +169,7 @@ Install and configure components project_name = service auth_type = password user_domain_name = Default - auth_url = http://controller:35357/v3 + auth_url = http://controller:5000/v3 username = placement password = PLACEMENT_PASS diff --git a/doc/source/install/compute-install-ubuntu.rst b/doc/source/install/compute-install-ubuntu.rst index e808c88bed13..59e231811049 100644 --- a/doc/source/install/compute-install-ubuntu.rst +++ b/doc/source/install/compute-install-ubuntu.rst @@ -56,8 +56,7 @@ Install and configure components [keystone_authtoken] # ... - auth_uri = http://controller:5000 - auth_url = http://controller:35357 + auth_url = http://controller:5000/v3 memcached_servers = controller:11211 auth_type = password project_domain_name = default @@ -167,7 +166,7 @@ Install and configure components project_name = service auth_type = password user_domain_name = Default - auth_url = http://controller:35357/v3 + auth_url = http://controller:5000/v3 username = placement password = PLACEMENT_PASS diff --git a/doc/source/install/controller-install-obs.rst b/doc/source/install/controller-install-obs.rst index 54d79a0fa9f9..7b20ffc462e9 100644 --- a/doc/source/install/controller-install-obs.rst +++ b/doc/source/install/controller-install-obs.rst @@ -327,8 +327,7 @@ Install and configure components [keystone_authtoken] # ... - auth_uri = http://controller:5000 - auth_url = http://controller:35357 + auth_url = http://controller:5000/v3 memcached_servers = controller:11211 auth_type = password project_domain_name = default @@ -415,7 +414,7 @@ Install and configure components project_name = service auth_type = password user_domain_name = Default - auth_url = http://controller:35357/v3 + auth_url = http://controller:5000/v3 username = placement password = PLACEMENT_PASS diff --git a/doc/source/install/controller-install-rdo.rst b/doc/source/install/controller-install-rdo.rst index 99859769f045..fee569bedb7c 100644 --- a/doc/source/install/controller-install-rdo.rst +++ b/doc/source/install/controller-install-rdo.rst @@ -317,8 +317,7 @@ Install and configure components [keystone_authtoken] # ... - auth_uri = http://controller:5000 - auth_url = http://controller:35357 + auth_url = http://controller:5000/v3 memcached_servers = controller:11211 auth_type = password project_domain_name = default @@ -405,7 +404,7 @@ Install and configure components project_name = service auth_type = password user_domain_name = Default - auth_url = http://controller:35357/v3 + auth_url = http://controller:5000/v3 username = placement password = PLACEMENT_PASS diff --git a/doc/source/install/controller-install-ubuntu.rst b/doc/source/install/controller-install-ubuntu.rst index 694a66adc9d1..2e619d7396f7 100644 --- a/doc/source/install/controller-install-ubuntu.rst +++ b/doc/source/install/controller-install-ubuntu.rst @@ -307,8 +307,7 @@ Install and configure components [keystone_authtoken] # ... - auth_uri = http://controller:5000 - auth_url = http://controller:35357 + auth_url = http://controller:5000/v3 memcached_servers = controller:11211 auth_type = password project_domain_name = default @@ -398,7 +397,7 @@ Install and configure components project_name = service auth_type = password user_domain_name = Default - auth_url = http://controller:35357/v3 + auth_url = http://controller:5000/v3 username = placement password = PLACEMENT_PASS