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:
parent
12552cee70
commit
e785570406
@ -173,6 +173,11 @@ conflicts when creating new plugins. For a complete list check out
|
|||||||
* ``acl user``: (**Key Manager (Barbican)**)
|
* ``acl user``: (**Key Manager (Barbican)**)
|
||||||
* ``action definition``: (**Workflow Engine (Mistral)**)
|
* ``action definition``: (**Workflow Engine (Mistral)**)
|
||||||
* ``action execution``: (**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)**)
|
* ``baremetal``: (**Baremetal (Ironic)**)
|
||||||
* ``claim``: (**Messaging (Zaqar)**)
|
* ``claim``: (**Messaging (Zaqar)**)
|
||||||
* ``cluster``: (**Clustering (Senlin)**)
|
* ``cluster``: (**Clustering (Senlin)**)
|
||||||
|
@ -126,3 +126,9 @@ zaqar
|
|||||||
|
|
||||||
.. list-plugins:: openstack.messaging.v2
|
.. list-plugins:: openstack.messaging.v2
|
||||||
:detailed:
|
:detailed:
|
||||||
|
|
||||||
|
zun
|
||||||
|
---
|
||||||
|
|
||||||
|
.. list-plugins:: openstack.container.v1
|
||||||
|
:detailed:
|
||||||
|
@ -43,6 +43,7 @@ The following is a list of projects that are an OpenStackClient plugin.
|
|||||||
- python-troveclient
|
- python-troveclient
|
||||||
- python-watcherclient
|
- python-watcherclient
|
||||||
- python-zaqarclient
|
- python-zaqarclient
|
||||||
|
- python-zunclient
|
||||||
|
|
||||||
\*\* Note that some clients are not listed in global-requirements.
|
\*\* Note that some clients are not listed in global-requirements.
|
||||||
|
|
||||||
|
@ -42,3 +42,4 @@ python-searchlightclient>=1.0.0 #Apache-2.0
|
|||||||
python-senlinclient>=1.1.0 # Apache-2.0
|
python-senlinclient>=1.1.0 # Apache-2.0
|
||||||
python-troveclient>=2.2.0 # Apache-2.0
|
python-troveclient>=2.2.0 # Apache-2.0
|
||||||
python-zaqarclient>=1.0.0 # Apache-2.0
|
python-zaqarclient>=1.0.0 # Apache-2.0
|
||||||
|
python-zunclient>=0.2.0 # Apache-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user