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:
parent
03044eaf11
commit
49ad528266
@ -16,6 +16,7 @@ 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-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
|
||||
|
@ -202,6 +202,12 @@ conflicts when creating new plugins. For a complete list check out
|
||||
* ``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)**)
|
||||
* ``coe quotas``: (**Container Orchestration Engine (Magnum)**)
|
||||
* ``coe service``: (**Container Orchestration Engine (Magnum)**)
|
||||
* ``coe stats``: (**Container Orchestration Engine (Magnum)**)
|
||||
* ``cron trigger``: (**Workflow Engine (Mistral)**)
|
||||
* ``database flavor``: (**Database (Trove)**)
|
||||
* ``dataprocessing data source``: (**Data Processing (Sahara)**)
|
||||
|
@ -14,6 +14,7 @@ Plugin Commands
|
||||
heat
|
||||
ironic
|
||||
ironic-inspector
|
||||
magnum
|
||||
manila
|
||||
mistral
|
||||
neutron
|
||||
|
4
doc/source/cli/plugin-commands/magnum.rst
Normal file
4
doc/source/cli/plugin-commands/magnum.rst
Normal file
@ -0,0 +1,4 @@
|
||||
magnum
|
||||
------
|
||||
|
||||
.. autoprogram-cliff:: openstack.container_infra.v1
|
@ -31,6 +31,7 @@ The following is a list of projects that are an OpenStackClient plugin.
|
||||
- python-heatclient
|
||||
- python-ironicclient
|
||||
- python-ironic-inspector-client
|
||||
- python-magnumclient
|
||||
- python-manilaclient
|
||||
- python-mistralclient
|
||||
- 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.
|
||||
|
||||
- python-magnumclient
|
||||
- python-monascaclient
|
||||
- python-solumclient
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user