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 92bfc5a856..fb319c90a2 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 83edf9111f..1a234395c2 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 489c0a6877..abeaeee9e2 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 277e41e876..5dd93744c6 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 0b5bc739fc..79a72b06dc 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 65db6a21f0..c3b6a6715e 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