Skip to content

Commit bb459d4

Browse files
committed
Remove clients of retired projects
Murano[1], Sahara[2] Senlin[3], and Solum[4] are being retired because of no activity and no maintainer. [1] https://review.opendev.org/c/openstack/governance/+/919358 [2] https://review.opendev.org/c/openstack/governance/+/919374 [3] https://review.opendev.org/c/openstack/governance/+/919347 [4] https://review.opendev.org/c/openstack/governance/+/919211 Change-Id: I20a1f55840abad810517b4f583bb1040e63b6210
1 parent 0fd107e commit bb459d4

File tree

6 files changed

+0
-37
lines changed

6 files changed

+0
-37
lines changed

doc/requirements.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,8 @@ python-ironic-inspector-client>=1.5.0 # Apache-2.0
1919
python-magnumclient>=2.3.0 # Apache-2.0
2020
python-manilaclient>=2.0.0 # Apache-2.0
2121
python-mistralclient!=3.2.0,>=3.1.0 # Apache-2.0
22-
python-muranoclient>=0.8.2 # Apache-2.0
2322
python-neutronclient>=6.7.0 # Apache-2.0
2423
python-octaviaclient>=1.11.0 # Apache-2.0
25-
python-saharaclient>=1.4.0 # Apache-2.0
26-
python-senlinclient>=1.1.0 # Apache-2.0
2724
python-troveclient>=3.1.0 # Apache-2.0
2825
python-watcherclient>=2.5.0 # Apache-2.0
2926
python-zaqarclient>=1.0.0 # Apache-2.0

doc/source/cli/commands.rst

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -191,17 +191,6 @@ conflicts when creating new plugins. For a complete list check out
191191
* ``appcontainer service``: (**Application Container (Zun)**)
192192
* ``baremetal``: (**Baremetal (Ironic)**)
193193
* ``claim``: (**Messaging (Zaqar)**)
194-
* ``cluster``: (**Clustering (Senlin)**)
195-
* ``cluster action``: (**Clustering (Senlin)**)
196-
* ``cluster event``: (**Clustering (Senlin)**)
197-
* ``cluster members``: (**Clustering (Senlin)**)
198-
* ``cluster node``: (**Clustering (Senlin)**)
199-
* ``cluster policy``: (**Clustering (Senlin)**)
200-
* ``cluster policy binding``: (**Clustering (Senlin)**)
201-
* ``cluster policy type``: (**Clustering (Senlin)**)
202-
* ``cluster profile``: (**Clustering (Senlin)**)
203-
* ``cluster profile type``: (**Clustering (Senlin)**)
204-
* ``cluster receiver``: (**Clustering (Senlin)**)
205194
* ``coe ca``: (**Container Orchestration Engine (Magnum)**)
206195
* ``coe cluster``: (**Container Orchestration Engine (Magnum)**)
207196
* ``coe cluster template``: (**Container Orchestration Engine (Magnum)**)
@@ -210,10 +199,6 @@ conflicts when creating new plugins. For a complete list check out
210199
* ``coe stats``: (**Container Orchestration Engine (Magnum)**)
211200
* ``cron trigger``: (**Workflow Engine (Mistral)**)
212201
* ``database flavor``: (**Database (Trove)**)
213-
* ``dataprocessing data source``: (**Data Processing (Sahara)**)
214-
* ``dataprocessing image``: (**Data Processing (Sahara)**)
215-
* ``dataprocessing image tags``: (**Data Processing (Sahara)**)
216-
* ``dataprocessing plugin``: (**Data Processing (Sahara)**)
217202
* ``loadbalancer``: (**Load Balancer (Octavia)**)
218203
* ``loadbalancer healthmonitor``: (**Load Balancer (Octavia)**)
219204
* ``loadbalancer l7policy``: (**Load Balancer (Octavia)**)

doc/source/cli/plugin-commands/index.rst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ Plugin Commands
2121
neutron
2222
octavia
2323
placement
24-
sahara
25-
senlin
2624
trove
2725
watcher
2826
zaqar
@@ -34,8 +32,3 @@ Plugin Commands
3432
.. # cueclient is not in global-requirements
3533
.. # list-plugins:: openstack.mb.v1
3634
.. # :detailed:
37-
38-
.. murano
39-
.. # the murano docs cause warnings and a broken docs build
40-
.. # .. list-plugins:: openstack.application_catalog.v1
41-
.. # :detailed:

doc/source/cli/plugin-commands/sahara.rst

Lines changed: 0 additions & 4 deletions
This file was deleted.

doc/source/cli/plugin-commands/senlin.rst

Lines changed: 0 additions & 4 deletions
This file was deleted.

doc/source/contributor/plugins.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,8 @@ The following is a list of projects that are an OpenStackClient plugin.
3434
- python-magnumclient
3535
- python-manilaclient
3636
- python-mistralclient
37-
- python-muranoclient
3837
- python-neutronclient\*\*
3938
- python-octaviaclient
40-
- python-saharaclient
41-
- python-senlinclient
4239
- python-troveclient
4340
- python-watcherclient
4441
- python-zaqarclient
@@ -49,7 +46,6 @@ The following is a list of projects that are an OpenStackClient plugin.
4946
The following is a list of projects that are not an OpenStackClient plugin.
5047

5148
- python-monascaclient
52-
- python-solumclient
5349

5450
Implementation
5551
==============

0 commit comments

Comments
 (0)