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
This commit is contained in:
Hongbin Lu 2017-09-15 18:23:28 -04:00
parent 12552cee70
commit e785570406
4 changed files with 13 additions and 0 deletions

View File

@ -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)**)

View File

@ -126,3 +126,9 @@ zaqar
.. list-plugins:: openstack.messaging.v2
:detailed:
zun
---
.. list-plugins:: openstack.container.v1
:detailed:

View File

@ -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.

View File

@ -42,3 +42,4 @@ python-searchlightclient>=1.0.0 #Apache-2.0
python-senlinclient>=1.1.0 # Apache-2.0
python-troveclient>=2.2.0 # Apache-2.0
python-zaqarclient>=1.0.0 # Apache-2.0
python-zunclient>=0.2.0 # Apache-2.0