diff --git a/doc/requirements.txt b/doc/requirements.txt index 93e4f04665..aa84f9ef27 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -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 diff --git a/doc/source/cli/commands.rst b/doc/source/cli/commands.rst index 18237c8781..f1aea487c6 100644 --- a/doc/source/cli/commands.rst +++ b/doc/source/cli/commands.rst @@ -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)**) diff --git a/doc/source/cli/plugin-commands/index.rst b/doc/source/cli/plugin-commands/index.rst index e2e0dfa4d1..4797527655 100644 --- a/doc/source/cli/plugin-commands/index.rst +++ b/doc/source/cli/plugin-commands/index.rst @@ -14,6 +14,7 @@ Plugin Commands heat ironic ironic-inspector + magnum manila mistral neutron diff --git a/doc/source/cli/plugin-commands/magnum.rst b/doc/source/cli/plugin-commands/magnum.rst new file mode 100644 index 0000000000..9b3f9f7e8a --- /dev/null +++ b/doc/source/cli/plugin-commands/magnum.rst @@ -0,0 +1,4 @@ +magnum +------ + +.. autoprogram-cliff:: openstack.container_infra.v1 diff --git a/doc/source/contributor/plugins.rst b/doc/source/contributor/plugins.rst index 8a2d3b55a4..1ec2e31fb7 100644 --- a/doc/source/contributor/plugins.rst +++ b/doc/source/contributor/plugins.rst @@ -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