diff options
| author | Jenkins <jenkins@review.openstack.org> | 2017-06-30 21:28:33 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2017-06-30 21:28:33 +0000 |
| commit | fc051b145bdcb53f826e396b20be9e601554948b (patch) | |
| tree | 548352eb4eea7115454212811a3cd4857c7e6b53 /doc | |
| parent | 1cb08a099cd07b46f785cc19a7bcd289f4e536bf (diff) | |
| parent | 2bd124731a943756174c04420a658a9f195a395c (diff) | |
| download | python-openstackclient-fc051b145bdcb53f826e396b20be9e601554948b.tar.gz | |
Merge "Add python-octaviaclient plugin"
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/source/cli/commands.rst | 7 | ||||
| -rw-r--r-- | doc/source/cli/plugin-commands.rst | 6 | ||||
| -rw-r--r-- | doc/source/contributor/plugins.rst | 1 |
3 files changed, 14 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 |
