diff options
| author | Hongbin Lu <hongbin.lu@huawei.com> | 2017-09-15 18:23:28 -0400 |
|---|---|---|
| committer | Hongbin Lu <hongbin.lu@huawei.com> | 2017-09-15 18:24:12 -0400 |
| commit | e785570406cd3f942618cfac0511f07d89b496e1 (patch) | |
| tree | 0b91fe793ae3471961a20c7ca2fd39c9b11a94a9 /doc | |
| parent | 12552cee707da63a5f76adab5e16b34d738b027a (diff) | |
| download | python-openstackclient-e785570406cd3f942618cfac0511f07d89b496e1.tar.gz | |
Add python-zunclient plugin
This patch adds the "appcontainer" commands to the docs and sets
up the document generation for the python-zunclient plugin
Change-Id: I58bd208e98bd059d9df03ee71dcb83779044f83a
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/source/cli/commands.rst | 5 | ||||
| -rw-r--r-- | doc/source/cli/plugin-commands.rst | 6 | ||||
| -rw-r--r-- | doc/source/contributor/plugins.rst | 1 |
3 files changed, 12 insertions, 0 deletions
diff --git a/doc/source/cli/commands.rst b/doc/source/cli/commands.rst index 47163786..f70eabc3 100644 --- a/doc/source/cli/commands.rst +++ b/doc/source/cli/commands.rst @@ -173,6 +173,11 @@ conflicts when creating new plugins. For a complete list check out * ``acl user``: (**Key Manager (Barbican)**) * ``action definition``: (**Workflow Engine (Mistral)**) * ``action execution``: (**Workflow Engine (Mistral)**) +* ``appcontainer``: (**Application Container (Zun)**) +* ``appcontainer host``: (**Application Container (Zun)**) +* ``appcontainer image``: (**Application Container (Zun)**) +* ``appcontainer network``: (**Application Container (Zun)**) +* ``appcontainer service``: (**Application Container (Zun)**) * ``baremetal``: (**Baremetal (Ironic)**) * ``claim``: (**Messaging (Zaqar)**) * ``cluster``: (**Clustering (Senlin)**) diff --git a/doc/source/cli/plugin-commands.rst b/doc/source/cli/plugin-commands.rst index 34efdc3d..51c67db6 100644 --- a/doc/source/cli/plugin-commands.rst +++ b/doc/source/cli/plugin-commands.rst @@ -126,3 +126,9 @@ zaqar .. list-plugins:: openstack.messaging.v2 :detailed: + +zun +--- + +.. list-plugins:: openstack.container.v1 + :detailed: diff --git a/doc/source/contributor/plugins.rst b/doc/source/contributor/plugins.rst index 8bdfe484..e69dde8b 100644 --- a/doc/source/contributor/plugins.rst +++ b/doc/source/contributor/plugins.rst @@ -43,6 +43,7 @@ The following is a list of projects that are an OpenStackClient plugin. - python-troveclient - python-watcherclient - python-zaqarclient +- python-zunclient \*\* Note that some clients are not listed in global-requirements. |
