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
This commit is contained in:
Takashi Kajinami 2024-05-17 00:29:32 +09:00
parent 0fd107e6c7
commit bb459d49a8
6 changed files with 0 additions and 37 deletions

View File

@ -19,11 +19,8 @@ python-ironic-inspector-client>=1.5.0 # Apache-2.0
python-magnumclient>=2.3.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
python-neutronclient>=6.7.0 # Apache-2.0
python-octaviaclient>=1.11.0 # 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
python-watcherclient>=2.5.0 # Apache-2.0
python-zaqarclient>=1.0.0 # Apache-2.0

View File

@ -191,17 +191,6 @@ conflicts when creating new plugins. For a complete list check out
* ``appcontainer service``: (**Application Container (Zun)**)
* ``baremetal``: (**Baremetal (Ironic)**)
* ``claim``: (**Messaging (Zaqar)**)
* ``cluster``: (**Clustering (Senlin)**)
* ``cluster action``: (**Clustering (Senlin)**)
* ``cluster event``: (**Clustering (Senlin)**)
* ``cluster members``: (**Clustering (Senlin)**)
* ``cluster node``: (**Clustering (Senlin)**)
* ``cluster policy``: (**Clustering (Senlin)**)
* ``cluster policy binding``: (**Clustering (Senlin)**)
* ``cluster policy type``: (**Clustering (Senlin)**)
* ``cluster profile``: (**Clustering (Senlin)**)
* ``cluster profile type``: (**Clustering (Senlin)**)
* ``cluster receiver``: (**Clustering (Senlin)**)
* ``coe ca``: (**Container Orchestration Engine (Magnum)**)
* ``coe cluster``: (**Container Orchestration Engine (Magnum)**)
* ``coe cluster template``: (**Container Orchestration Engine (Magnum)**)
@ -210,10 +199,6 @@ conflicts when creating new plugins. For a complete list check out
* ``coe stats``: (**Container Orchestration Engine (Magnum)**)
* ``cron trigger``: (**Workflow Engine (Mistral)**)
* ``database flavor``: (**Database (Trove)**)
* ``dataprocessing data source``: (**Data Processing (Sahara)**)
* ``dataprocessing image``: (**Data Processing (Sahara)**)
* ``dataprocessing image tags``: (**Data Processing (Sahara)**)
* ``dataprocessing plugin``: (**Data Processing (Sahara)**)
* ``loadbalancer``: (**Load Balancer (Octavia)**)
* ``loadbalancer healthmonitor``: (**Load Balancer (Octavia)**)
* ``loadbalancer l7policy``: (**Load Balancer (Octavia)**)

View File

@ -21,8 +21,6 @@ Plugin Commands
neutron
octavia
placement
sahara
senlin
trove
watcher
zaqar
@ -34,8 +32,3 @@ Plugin Commands
.. # cueclient is not in global-requirements
.. # list-plugins:: openstack.mb.v1
.. # :detailed:
.. murano
.. # the murano docs cause warnings and a broken docs build
.. # .. list-plugins:: openstack.application_catalog.v1
.. # :detailed:

View File

@ -1,4 +0,0 @@
sahara
------
.. autoprogram-cliff:: openstack.data_processing.v1

View File

@ -1,4 +0,0 @@
senlin
------
.. autoprogram-cliff:: openstack.clustering.v1

View File

@ -34,11 +34,8 @@ The following is a list of projects that are an OpenStackClient plugin.
- python-magnumclient
- python-manilaclient
- python-mistralclient
- python-muranoclient
- python-neutronclient\*\*
- python-octaviaclient
- python-saharaclient
- python-senlinclient
- python-troveclient
- python-watcherclient
- python-zaqarclient
@ -49,7 +46,6 @@ The following is a list of projects that are an OpenStackClient plugin.
The following is a list of projects that are not an OpenStackClient plugin.
- python-monascaclient
- python-solumclient
Implementation
==============