From 82c34743231f3b2060de3da389cacbd7b8fe9402 Mon Sep 17 00:00:00 2001
From: Takashi Kajinami <kajinamit@oss.nttdata.com>
Date: Sun, 21 Jan 2024 22:04:06 +0900
Subject: [PATCH] doc: Remove RSD subcommand

The python-rsdclient library hasn't been updated for 5 years and is no
longer maintained.

Change-Id: Ia378a9001836bbaa4f679dddf1ed743e4332a72e
---
 doc/requirements.txt                     | 1 -
 doc/source/cli/commands.rst              | 1 -
 doc/source/cli/plugin-commands/index.rst | 1 -
 doc/source/cli/plugin-commands/rsd.rst   | 4 ----
 doc/source/contributor/plugins.rst       | 1 -
 5 files changed, 8 deletions(-)
 delete mode 100644 doc/source/cli/plugin-commands/rsd.rst

diff --git a/doc/requirements.txt b/doc/requirements.txt
index 93e4f04665..8b8094a6f2 100644
--- a/doc/requirements.txt
+++ b/doc/requirements.txt
@@ -21,7 +21,6 @@ python-mistralclient!=3.2.0,>=3.1.0 # Apache-2.0
 python-muranoclient>=0.8.2 # Apache-2.0
 python-neutronclient>=6.7.0 # Apache-2.0
 python-octaviaclient>=1.11.0 # Apache-2.0
-python-rsdclient>=1.0.1 # Apache-2.0
 python-saharaclient>=1.4.0 # Apache-2.0
 python-senlinclient>=1.1.0 # Apache-2.0
 python-troveclient>=3.1.0 # Apache-2.0
diff --git a/doc/source/cli/commands.rst b/doc/source/cli/commands.rst
index 2dd0d80f88..bd1b54d90f 100644
--- a/doc/source/cli/commands.rst
+++ b/doc/source/cli/commands.rst
@@ -226,7 +226,6 @@ conflicts when creating new plugins. For a complete list check out
 * ``ptr record``: (**DNS (Designate)**)
 * ``queue``: (**Messaging (Zaqar)**)
 * ``recordset``: (**DNS (Designate)**)
-* ``rsd``: (**Disaggregated Hardware Resource Management (RSD)**)
 * ``secret``: (**Key Manager (Barbican)**)
 * ``secret container``: (**Key Manager (Barbican)**)
 * ``secret order``: (**Key Manager (Barbican)**)
diff --git a/doc/source/cli/plugin-commands/index.rst b/doc/source/cli/plugin-commands/index.rst
index e2e0dfa4d1..3f1bd8aeb7 100644
--- a/doc/source/cli/plugin-commands/index.rst
+++ b/doc/source/cli/plugin-commands/index.rst
@@ -19,7 +19,6 @@ Plugin Commands
    neutron
    octavia
    placement
-   rsd
    sahara
    senlin
    trove
diff --git a/doc/source/cli/plugin-commands/rsd.rst b/doc/source/cli/plugin-commands/rsd.rst
deleted file mode 100644
index d28cea316f..0000000000
--- a/doc/source/cli/plugin-commands/rsd.rst
+++ /dev/null
@@ -1,4 +0,0 @@
-rsd
----
-
-.. autoprogram-cliff:: openstack.rsd.v2
diff --git a/doc/source/contributor/plugins.rst b/doc/source/contributor/plugins.rst
index 35d8d2070d..416b79e7e7 100644
--- a/doc/source/contributor/plugins.rst
+++ b/doc/source/contributor/plugins.rst
@@ -35,7 +35,6 @@ The following is a list of projects that are an OpenStackClient plugin.
 - python-muranoclient
 - python-neutronclient\*\*\*
 - python-octaviaclient
-- python-rsdclient
 - python-saharaclient
 - python-senlinclient
 - python-tripleoclient\*\*