Skip to content

Commit 92aa981

Browse files
author
Steve Martinelli
committed
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
1 parent a60e31a commit 92aa981

3 files changed

Lines changed: 51 additions & 22 deletions

File tree

doc/source/plugin-commands.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,24 @@ Note: To see the complete syntax for the plugin commands, see the `CLI_Ref`_
3333
.. list-plugins:: openstack.orchestration.v1
3434
:detailed:
3535

36+
.. list-plugins:: openstack.search.v1
37+
:detailed:
38+
39+
.. list-plugins:: openstack.baremetal_introspection.v1
40+
:detailed:
41+
42+
.. list-plugins:: openstack.application_catalog.v1
43+
:detailed:
44+
45+
.. list-plugins:: openstack.clustering.v1
46+
:detailed:
47+
48+
.. # tripleoclient is not in global-requirements
49+
.. #.. list-plugins:: openstack.tripleoclient.v1
50+
.. # :detailed:
51+
52+
.. # cueclient is not in global-requirements
53+
.. #.. list-plugins:: openstack.mb.v1
54+
.. # :detailed:
55+
3656
.. _CLI_Ref: http://docs.openstack.org/cli-reference/openstack.html

doc/source/plugins.rst

Lines changed: 27 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -19,28 +19,33 @@ Other OpenStack services, such as Orchestration or Telemetry may create an
1919
OpenStackClient plugin. The source code will not be hosted by
2020
OpenStackClient.
2121

22-
The following is a list of projects and their status as an OpenStackClient
23-
plugin.
24-
25-
============================= ======================================
26-
project notes
27-
============================= ======================================
28-
python-barbicanclient using OpenStackClient
29-
python-ceilometerclient using argparse
30-
python-congressclient using OpenStackClient
31-
python-cueclient using OpenStackClient
32-
python-designateclient using OpenStackClient
33-
python-heatclient using OpenStackClient
34-
python-ironicclient Using OpenStackClient
35-
python-magnumclient using argparse
36-
python-manilaclient using argparse
37-
python-mistralclient using OpenStackClient
38-
python-muranoclient using argparse
39-
python-saharaclient using OpenStackClient
40-
python-searchlightclient using OpenStackClient
41-
python-troveclient using argparse
42-
python-zaqarclient using OpenStackClient
43-
============================= ======================================
22+
The following is a list of projects that are an OpenStackClient plugin.
23+
24+
- python-barbicanclient
25+
- python-congressclient
26+
- python-cueclient\*\*
27+
- python-designateclient
28+
- python-heatclient
29+
- python-ironicclient
30+
- python-ironic-inspector-client
31+
- python-mistralclient
32+
- python-muranoclient
33+
- python-saharaclient
34+
- python-searchlightclient
35+
- python-senlinclient
36+
- python-tripleoclient\*\*
37+
- python-zaqarclient
38+
39+
\*\* Note that some clients are not listed in global-requirements
40+
41+
The following is a list of projects that are not an OpenStackClient plugin.
42+
43+
- aodhclient
44+
- gnocchiclient
45+
- python-troveclient
46+
- python-magnumclient
47+
- python-ceilometerclient
48+
- python-solumclient
4449

4550
Implementation
4651
==============

test-requirements.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ python-congressclient<2000,>=1.0.0 # Apache-2.0
2424
python-designateclient>=1.5.0 # Apache-2.0
2525
python-heatclient>=0.6.0 # Apache-2.0
2626
python-ironicclient>=1.1.0 # Apache-2.0
27+
python-ironic-inspector-client>=1.3.0 # Apache-2.0
2728
python-mistralclient>=1.0.0 # Apache-2.0
29+
python-muranoclient>=0.8.2 # Apache-2.0
2830
python-saharaclient>=0.13.0 # Apache-2.0
31+
python-searchlightclient>=0.2.0 #Apache-2.0
32+
python-senlinclient>=0.3.0 # Apache-2.0
2933
python-zaqarclient>=0.3.0 # Apache-2.0

0 commit comments

Comments
 (0)