From d33eb3e1da5730f13a539b70bd6eea04725b12e1 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Fri, 8 Jan 2021 18:42:25 +0000 Subject: [PATCH] Remove retired Karbor support The Karbor project is being retired in Wallaby [1]. Remove the docs for its client. [1] http://lists.openstack.org/pipermail/openstack-discuss/2020-November/018643.html Change-Id: I52d0f6a76cc9bcfc8b33f0e2cd3751859770ac8a Signed-off-by: Stephen Finucane --- doc/requirements.txt | 1 - doc/source/cli/commands.rst | 9 --------- doc/source/cli/plugin-commands/index.rst | 1 - doc/source/cli/plugin-commands/karbor.rst | 4 ---- doc/source/contributor/plugins.rst | 1 - 5 files changed, 16 deletions(-) delete mode 100644 doc/source/cli/plugin-commands/karbor.rst diff --git a/doc/requirements.txt b/doc/requirements.txt index 28030ca422..60a877970c 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -18,7 +18,6 @@ python-designateclient>=2.7.0 # Apache-2.0 python-heatclient>=1.10.0 # Apache-2.0 python-ironicclient>=2.3.0 # Apache-2.0 python-ironic-inspector-client>=1.5.0 # Apache-2.0 -python-karborclient>=0.6.0 # Apache-2.0 python-manilaclient>=2.0.0 # Apache-2.0 python-mistralclient!=3.2.0,>=3.1.0 # Apache-2.0 python-muranoclient>=0.8.2 # Apache-2.0 diff --git a/doc/source/cli/commands.rst b/doc/source/cli/commands.rst index 497c79f0b9..0dfac00bdc 100644 --- a/doc/source/cli/commands.rst +++ b/doc/source/cli/commands.rst @@ -201,15 +201,6 @@ conflicts when creating new plugins. For a complete list check out * ``dataprocessing image``: (**Data Processing (Sahara)**) * ``dataprocessing image tags``: (**Data Processing (Sahara)**) * ``dataprocessing plugin``: (**Data Processing (Sahara)**) -* ``data protection plan``: (**Data Protection (Karbor)**) -* ``data protection restore``: (**Data Protection (Karbor)**) -* ``data protection provider``: (**Data Protection (Karbor)**) -* ``data protection protectable``: (**Data Protection (Karbor)**) -* ``data protection protectable instance``: (**Data Protection (Karbor)**) -* ``data protection trigger``: (**Data Protection (Karbor)**) -* ``data protection checkpoint``: (**Data Protection (Karbor)**) -* ``data protection scheduledoperation``: (**Data Protection (Karbor)**) -* ``data protection operationlog``: (**Data Protection (Karbor)**) * ``loadbalancer``: (**Load Balancer (Octavia)**) * ``loadbalancer healthmonitor``: (**Load Balancer (Octavia)**) * ``loadbalancer l7policy``: (**Load Balancer (Octavia)**) diff --git a/doc/source/cli/plugin-commands/index.rst b/doc/source/cli/plugin-commands/index.rst index 8c9c5c13e3..4e1ce54b13 100644 --- a/doc/source/cli/plugin-commands/index.rst +++ b/doc/source/cli/plugin-commands/index.rst @@ -14,7 +14,6 @@ Plugin Commands heat ironic ironic-inspector - karbor manila mistral neutron diff --git a/doc/source/cli/plugin-commands/karbor.rst b/doc/source/cli/plugin-commands/karbor.rst deleted file mode 100644 index 0e28ba5733..0000000000 --- a/doc/source/cli/plugin-commands/karbor.rst +++ /dev/null @@ -1,4 +0,0 @@ -karbor ------- - -.. autoprogram-cliff:: openstack.data_protection.v1 diff --git a/doc/source/contributor/plugins.rst b/doc/source/contributor/plugins.rst index fe2cc14ad0..067c1b9912 100644 --- a/doc/source/contributor/plugins.rst +++ b/doc/source/contributor/plugins.rst @@ -30,7 +30,6 @@ The following is a list of projects that are an OpenStackClient plugin. - python-heatclient - python-ironicclient - python-ironic-inspector-client -- python-karborclient - python-mistralclient - python-muranoclient - python-neutronclient\*\*\*