summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-03-18 01:38:44 +0000
committerGerrit Code Review <review@openstack.org>2016-03-18 01:38:45 +0000
commit1f72384f6964e57f6ab939a17f9a210e56cf71aa (patch)
treed6dc0673846a2e06ac07ae577ad3ba7c66c71367 /doc/source
parentd42bb4f7e221954bf119b7b8eab468c7aeaeb464 (diff)
parent92aa981fa8ad48133b568e345d4c79d3fbba947b (diff)
downloadpython-openstackclient-1f72384f6964e57f6ab939a17f9a210e56cf71aa.tar.gz
Merge "update docs with status of plugins"
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/plugin-commands.rst20
-rw-r--r--doc/source/plugins.rst49
2 files changed, 47 insertions, 22 deletions
diff --git a/doc/source/plugin-commands.rst b/doc/source/plugin-commands.rst
index a3f41521..b23e7a33 100644
--- a/doc/source/plugin-commands.rst
+++ b/doc/source/plugin-commands.rst
@@ -33,4 +33,24 @@ Note: To see the complete syntax for the plugin commands, see the `CLI_Ref`_
.. list-plugins:: openstack.orchestration.v1
:detailed:
+.. list-plugins:: openstack.search.v1
+ :detailed:
+
+.. list-plugins:: openstack.baremetal_introspection.v1
+ :detailed:
+
+.. list-plugins:: openstack.application_catalog.v1
+ :detailed:
+
+.. list-plugins:: openstack.clustering.v1
+ :detailed:
+
+.. # tripleoclient is not in global-requirements
+.. #.. list-plugins:: openstack.tripleoclient.v1
+.. # :detailed:
+
+.. # cueclient is not in global-requirements
+.. #.. list-plugins:: openstack.mb.v1
+.. # :detailed:
+
.. _CLI_Ref: http://docs.openstack.org/cli-reference/openstack.html \ No newline at end of file
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
==============