From 5c50b8d5a91889b8d16e9907f1230824d254a569 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Tue, 11 Mar 2025 21:05:39 +0900 Subject: [PATCH] doc: Remove non-existent [service_user] auth_strategy The option does not actually exist. Change-Id: I52f8566d197b74365b442fab36932dfee7fe898e --- doc/source/install/compute-install-obs.rst | 1 - doc/source/install/compute-install-rdo.rst | 1 - doc/source/install/compute-install-ubuntu.rst | 1 - doc/source/install/controller-install-obs.rst | 1 - doc/source/install/controller-install-rdo.rst | 1 - doc/source/install/controller-install-ubuntu.rst | 1 - 6 files changed, 6 deletions(-) diff --git a/doc/source/install/compute-install-obs.rst b/doc/source/install/compute-install-obs.rst index 92bfc5a85637..fb319c90a204 100644 --- a/doc/source/install/compute-install-obs.rst +++ b/doc/source/install/compute-install-obs.rst @@ -71,7 +71,6 @@ Install and configure components [service_user] send_service_user_token = true auth_url = https://controller/identity - auth_strategy = keystone auth_type = password project_domain_name = Default project_name = service diff --git a/doc/source/install/compute-install-rdo.rst b/doc/source/install/compute-install-rdo.rst index 83edf9111f54..1a234395c2ff 100644 --- a/doc/source/install/compute-install-rdo.rst +++ b/doc/source/install/compute-install-rdo.rst @@ -63,7 +63,6 @@ Install and configure components [service_user] send_service_user_token = true auth_url = https://controller/identity - auth_strategy = keystone auth_type = password project_domain_name = Default project_name = service diff --git a/doc/source/install/compute-install-ubuntu.rst b/doc/source/install/compute-install-ubuntu.rst index 489c0a68778c..abeaeee9e2d6 100644 --- a/doc/source/install/compute-install-ubuntu.rst +++ b/doc/source/install/compute-install-ubuntu.rst @@ -53,7 +53,6 @@ Install and configure components [service_user] send_service_user_token = true auth_url = https://controller/identity - auth_strategy = keystone auth_type = password project_domain_name = Default project_name = service diff --git a/doc/source/install/controller-install-obs.rst b/doc/source/install/controller-install-obs.rst index 277e41e876f8..5dd93744c69f 100644 --- a/doc/source/install/controller-install-obs.rst +++ b/doc/source/install/controller-install-obs.rst @@ -265,7 +265,6 @@ Install and configure components [service_user] send_service_user_token = true auth_url = https://controller/identity - auth_strategy = keystone auth_type = password project_domain_name = Default project_name = service diff --git a/doc/source/install/controller-install-rdo.rst b/doc/source/install/controller-install-rdo.rst index 0b5bc739fcb0..79a72b06dc93 100644 --- a/doc/source/install/controller-install-rdo.rst +++ b/doc/source/install/controller-install-rdo.rst @@ -252,7 +252,6 @@ Install and configure components [service_user] send_service_user_token = true auth_url = https://controller/identity - auth_strategy = keystone auth_type = password project_domain_name = Default project_name = service diff --git a/doc/source/install/controller-install-ubuntu.rst b/doc/source/install/controller-install-ubuntu.rst index 65db6a21f0f1..c3b6a6715e0a 100644 --- a/doc/source/install/controller-install-ubuntu.rst +++ b/doc/source/install/controller-install-ubuntu.rst @@ -242,7 +242,6 @@ Install and configure components [service_user] send_service_user_token = true auth_url = https://controller/identity - auth_strategy = keystone auth_type = password project_domain_name = Default project_name = service