summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Johnson <johnsomor@gmail.com>2017-06-28 20:16:04 -0700
committerMichael Johnson <johnsomor@gmail.com>2017-06-29 17:21:11 +0000
commit2bd124731a943756174c04420a658a9f195a395c (patch)
tree602f30b2e76aca76e659d3dcf68e3971f78d16c7
parent002a9b99729059e7ec89a251635690bd057b3bed (diff)
downloadpython-openstackclient-2bd124731a943756174c04420a658a9f195a395c.tar.gz
Add python-octaviaclient plugin
This patch adds the "loadbalancer" commands to the docs and sets up the document generation for the python-octaviaclient plugin. Depends-On: Ib123383c5f6904b4b00831e8cc7aaa180bd4a506 Change-Id: I48939cc3653cd379a328e0a0973d075019d22b00
-rw-r--r--doc/source/cli/commands.rst7
-rw-r--r--doc/source/cli/plugin-commands.rst6
-rw-r--r--doc/source/contributor/plugins.rst1
-rw-r--r--test-requirements.txt1
4 files changed, 15 insertions, 0 deletions
diff --git a/doc/source/cli/commands.rst b/doc/source/cli/commands.rst
index 5c50a1bf..2a05d5c9 100644
--- a/doc/source/cli/commands.rst
+++ b/doc/source/cli/commands.rst
@@ -195,6 +195,13 @@ conflicts when creating new plugins. For a complete list check out
* ``dataprocessing image tags``: (**Data Processing (Sahara)**)
* ``dataprocessing plugin``: (**Data Processing (Sahara)**)
* ``data protection plan``: (**Data Protection (Karbor)**)
+* ``loadbalancer``: (**Load Balancer (Octavia)**)
+* ``loadbalancer healthmonitor``: (**Load Balancer (Octavia)**)
+* ``loadbalancer l7policy``: (**Load Balancer (Octavia)**)
+* ``loadbalancer l7rule``: (**Load Balancer (Octavia)**)
+* ``loadbalancer listener``: (**Load Balancer (Octavia)**)
+* ``loadbalancer member``: (**Load Balancer (Octavia)**)
+* ``loadbalancer pool``: (**Load Balancer (Octavia)**)
* ``message-broker cluster``: (**Message Broker (Cue)**)
* ``messaging``: (**Messaging (Zaqar)**)
* ``messaging flavor``: (**Messaging (Zaqar)**)
diff --git a/doc/source/cli/plugin-commands.rst b/doc/source/cli/plugin-commands.rst
index 55984ffb..34efdc3d 100644
--- a/doc/source/cli/plugin-commands.rst
+++ b/doc/source/cli/plugin-commands.rst
@@ -81,6 +81,12 @@ neutron
.. list-plugins:: openstack.neutronclient.v2
:detailed:
+octavia
+-------
+
+.. list-plugins:: openstack.load_balancer.v2
+ :detailed:
+
sahara
------
diff --git a/doc/source/contributor/plugins.rst b/doc/source/contributor/plugins.rst
index 13f5d495..fb21a079 100644
--- a/doc/source/contributor/plugins.rst
+++ b/doc/source/contributor/plugins.rst
@@ -35,6 +35,7 @@ The following is a list of projects that are an OpenStackClient plugin.
- python-mistralclient
- python-muranoclient
- python-neutronclient\*\*\*
+- python-octaviaclient
- python-saharaclient
- python-searchlightclient
- python-senlinclient
diff --git a/test-requirements.txt b/test-requirements.txt
index 661aa73d..40093e39 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -35,6 +35,7 @@ python-karborclient>=0.2.0 # Apache-2.0
python-mistralclient>=3.1.0 # Apache-2.0
python-muranoclient>=0.8.2 # Apache-2.0
python-neutronclient>=6.3.0 # Apache-2.0
+python-octaviaclient>=1.0.0 # Apache-2.0
python-saharaclient>=1.1.0 # Apache-2.0
python-searchlightclient>=1.0.0 #Apache-2.0
python-senlinclient>=1.1.0 # Apache-2.0