Skip to content

Commit 49ad528

Browse files
committed
doc: magnumclient provides a OSC plugin
The magnumclient library now provides an OSC plugin. So update the document accordingly. Change-Id: Ie828f005a38a511bb0f34ab86cbf97e4a3aae2fe
1 parent 03044ea commit 49ad528

5 files changed

Lines changed: 13 additions & 1 deletion

File tree

doc/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ python-designateclient>=2.7.0 # Apache-2.0
1616
python-heatclient>=1.10.0 # Apache-2.0
1717
python-ironicclient>=2.3.0 # Apache-2.0
1818
python-ironic-inspector-client>=1.5.0 # Apache-2.0
19+
python-magnumclient>=2.3.0 # Apache-2.0
1920
python-manilaclient>=2.0.0 # Apache-2.0
2021
python-mistralclient!=3.2.0,>=3.1.0 # Apache-2.0
2122
python-muranoclient>=0.8.2 # Apache-2.0

doc/source/cli/commands.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,12 @@ conflicts when creating new plugins. For a complete list check out
202202
* ``cluster profile``: (**Clustering (Senlin)**)
203203
* ``cluster profile type``: (**Clustering (Senlin)**)
204204
* ``cluster receiver``: (**Clustering (Senlin)**)
205+
* ``coe ca``: (**Container Orchestration Engine (Magnum)**)
206+
* ``coe cluster``: (**Container Orchestration Engine (Magnum)**)
207+
* ``coe cluster template``: (**Container Orchestration Engine (Magnum)**)
208+
* ``coe quotas``: (**Container Orchestration Engine (Magnum)**)
209+
* ``coe service``: (**Container Orchestration Engine (Magnum)**)
210+
* ``coe stats``: (**Container Orchestration Engine (Magnum)**)
205211
* ``cron trigger``: (**Workflow Engine (Mistral)**)
206212
* ``database flavor``: (**Database (Trove)**)
207213
* ``dataprocessing data source``: (**Data Processing (Sahara)**)

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Plugin Commands
1414
heat
1515
ironic
1616
ironic-inspector
17+
magnum
1718
manila
1819
mistral
1920
neutron
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
magnum
2+
------
3+
4+
.. autoprogram-cliff:: openstack.container_infra.v1

doc/source/contributor/plugins.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ The following is a list of projects that are an OpenStackClient plugin.
3131
- python-heatclient
3232
- python-ironicclient
3333
- python-ironic-inspector-client
34+
- python-magnumclient
3435
- python-manilaclient
3536
- python-mistralclient
3637
- python-muranoclient
@@ -51,7 +52,6 @@ The following is a list of projects that are an OpenStackClient plugin.
5152

5253
The following is a list of projects that are not an OpenStackClient plugin.
5354

54-
- python-magnumclient
5555
- python-monascaclient
5656
- python-solumclient
5757

0 commit comments

Comments
 (0)