doc: magnumclient provides a OSC plugin

The magnumclient library now provides an OSC plugin. So update
the document accordingly.

Change-Id: Ie828f005a38a511bb0f34ab86cbf97e4a3aae2fe
This commit is contained in:
Takashi Kajinami 2024-01-21 03:44:02 +09:00
parent 03044eaf11
commit 49ad528266
5 changed files with 13 additions and 1 deletions

View File

@ -16,6 +16,7 @@ python-designateclient>=2.7.0 # Apache-2.0
python-heatclient>=1.10.0 # Apache-2.0 python-heatclient>=1.10.0 # Apache-2.0
python-ironicclient>=2.3.0 # Apache-2.0 python-ironicclient>=2.3.0 # Apache-2.0
python-ironic-inspector-client>=1.5.0 # Apache-2.0 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-manilaclient>=2.0.0 # Apache-2.0
python-mistralclient!=3.2.0,>=3.1.0 # Apache-2.0 python-mistralclient!=3.2.0,>=3.1.0 # Apache-2.0
python-muranoclient>=0.8.2 # Apache-2.0 python-muranoclient>=0.8.2 # Apache-2.0

View File

@ -202,6 +202,12 @@ conflicts when creating new plugins. For a complete list check out
* ``cluster profile``: (**Clustering (Senlin)**) * ``cluster profile``: (**Clustering (Senlin)**)
* ``cluster profile type``: (**Clustering (Senlin)**) * ``cluster profile type``: (**Clustering (Senlin)**)
* ``cluster receiver``: (**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)**)
* ``coe quotas``: (**Container Orchestration Engine (Magnum)**)
* ``coe service``: (**Container Orchestration Engine (Magnum)**)
* ``coe stats``: (**Container Orchestration Engine (Magnum)**)
* ``cron trigger``: (**Workflow Engine (Mistral)**) * ``cron trigger``: (**Workflow Engine (Mistral)**)
* ``database flavor``: (**Database (Trove)**) * ``database flavor``: (**Database (Trove)**)
* ``dataprocessing data source``: (**Data Processing (Sahara)**) * ``dataprocessing data source``: (**Data Processing (Sahara)**)

View File

@ -14,6 +14,7 @@ Plugin Commands
heat heat
ironic ironic
ironic-inspector ironic-inspector
magnum
manila manila
mistral mistral
neutron neutron

View File

@ -0,0 +1,4 @@
magnum
------
.. autoprogram-cliff:: openstack.container_infra.v1

View File

@ -31,6 +31,7 @@ The following is a list of projects that are an OpenStackClient plugin.
- python-heatclient - python-heatclient
- python-ironicclient - python-ironicclient
- python-ironic-inspector-client - python-ironic-inspector-client
- python-magnumclient
- python-manilaclient - python-manilaclient
- python-mistralclient - python-mistralclient
- python-muranoclient - python-muranoclient
@ -51,7 +52,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. The following is a list of projects that are not an OpenStackClient plugin.
- python-magnumclient
- python-monascaclient - python-monascaclient
- python-solumclient - python-solumclient