Skip to content

Commit a060ba8

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Add python-zunclient plugin"
2 parents 39c00ab + e785570 commit a060ba8

4 files changed

Lines changed: 13 additions & 0 deletions

File tree

doc/source/cli/commands.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,11 @@ conflicts when creating new plugins. For a complete list check out
173173
* ``acl user``: (**Key Manager (Barbican)**)
174174
* ``action definition``: (**Workflow Engine (Mistral)**)
175175
* ``action execution``: (**Workflow Engine (Mistral)**)
176+
* ``appcontainer``: (**Application Container (Zun)**)
177+
* ``appcontainer host``: (**Application Container (Zun)**)
178+
* ``appcontainer image``: (**Application Container (Zun)**)
179+
* ``appcontainer network``: (**Application Container (Zun)**)
180+
* ``appcontainer service``: (**Application Container (Zun)**)
176181
* ``baremetal``: (**Baremetal (Ironic)**)
177182
* ``claim``: (**Messaging (Zaqar)**)
178183
* ``cluster``: (**Clustering (Senlin)**)

doc/source/cli/plugin-commands.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,3 +126,9 @@ zaqar
126126

127127
.. list-plugins:: openstack.messaging.v2
128128
:detailed:
129+
130+
zun
131+
---
132+
133+
.. list-plugins:: openstack.container.v1
134+
:detailed:

doc/source/contributor/plugins.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ The following is a list of projects that are an OpenStackClient plugin.
4343
- python-troveclient
4444
- python-watcherclient
4545
- python-zaqarclient
46+
- python-zunclient
4647

4748
\*\* Note that some clients are not listed in global-requirements.
4849

test-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,4 @@ python-searchlightclient>=1.0.0 #Apache-2.0
4242
python-senlinclient>=1.1.0 # Apache-2.0
4343
python-troveclient>=2.2.0 # Apache-2.0
4444
python-zaqarclient>=1.0.0 # Apache-2.0
45+
python-zunclient>=0.2.0 # Apache-2.0

0 commit comments

Comments
 (0)