Skip to content

Commit 432f1de

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "doc: magnumclient provides a OSC plugin"
2 parents 5435f11 + 49ad528 commit 432f1de

File tree

5 files changed

+13
-1
lines changed

5 files changed

+13
-1
lines changed

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
@@ -15,6 +15,7 @@ Plugin Commands
1515
heat
1616
ironic
1717
ironic-inspector
18+
magnum
1819
manila
1920
mistral
2021
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)