summaryrefslogtreecommitdiff
path: root/doc/source/plugins.rst
diff options
context:
space:
mode:
authorSteve Martinelli <stevemar@ca.ibm.com>2016-03-17 18:32:06 -0400
committerSteve Martinelli <stevemar@ca.ibm.com>2016-03-17 19:10:44 -0400
commit92aa981fa8ad48133b568e345d4c79d3fbba947b (patch)
tree2aac585f4709a8cdb91a65b986f9e56c958419b5 /doc/source/plugins.rst
parenta60e31ad4b2a1b48e7b2db8f572072beb92d6cd1 (diff)
downloadpython-openstackclient-92aa981fa8ad48133b568e345d4c79d3fbba947b.tar.gz
update docs with status of plugins
several other projects have joined the bandwagon, let's add them to the list, these include: python-ironic-inspector-client python-muranoclient python-senlinclient python-tripleoclient python-searchlightclient Change-Id: I9165daf64bf817b9e12ee8fc27ce6e11ebe01e5e
Diffstat (limited to 'doc/source/plugins.rst')
-rw-r--r--doc/source/plugins.rst49
1 files changed, 27 insertions, 22 deletions
diff --git a/doc/source/plugins.rst b/doc/source/plugins.rst
index f5bbd6dd..7d19ed17 100644
--- a/doc/source/plugins.rst
+++ b/doc/source/plugins.rst
@@ -19,28 +19,33 @@ Other OpenStack services, such as Orchestration or Telemetry may create an
OpenStackClient plugin. The source code will not be hosted by
OpenStackClient.
-The following is a list of projects and their status as an OpenStackClient
-plugin.
-
-============================= ======================================
- project notes
-============================= ======================================
-python-barbicanclient using OpenStackClient
-python-ceilometerclient using argparse
-python-congressclient using OpenStackClient
-python-cueclient using OpenStackClient
-python-designateclient using OpenStackClient
-python-heatclient using OpenStackClient
-python-ironicclient Using OpenStackClient
-python-magnumclient using argparse
-python-manilaclient using argparse
-python-mistralclient using OpenStackClient
-python-muranoclient using argparse
-python-saharaclient using OpenStackClient
-python-searchlightclient using OpenStackClient
-python-troveclient using argparse
-python-zaqarclient using OpenStackClient
-============================= ======================================
+The following is a list of projects that are an OpenStackClient plugin.
+
+- python-barbicanclient
+- python-congressclient
+- python-cueclient\*\*
+- python-designateclient
+- python-heatclient
+- python-ironicclient
+- python-ironic-inspector-client
+- python-mistralclient
+- python-muranoclient
+- python-saharaclient
+- python-searchlightclient
+- python-senlinclient
+- python-tripleoclient\*\*
+- python-zaqarclient
+
+\*\* Note that some clients are not listed in global-requirements
+
+The following is a list of projects that are not an OpenStackClient plugin.
+
+- aodhclient
+- gnocchiclient
+- python-troveclient
+- python-magnumclient
+- python-ceilometerclient
+- python-solumclient
Implementation
==============