diff options
| author | Steve Martinelli <stevemar@ca.ibm.com> | 2015-10-16 02:08:05 -0400 |
|---|---|---|
| committer | Steve Martinelli <stevemar@ca.ibm.com> | 2015-12-01 01:23:56 -0500 |
| commit | 727792da17ac5edcfc2df7dd820dbccf318554fe (patch) | |
| tree | 64e77e761498f02a115c6fcba50d53a3f77b00c0 /doc/source/plugin-commands.rst | |
| parent | bf95d74c2d594d087c2229dd5f72174d796ef17e (diff) | |
| download | python-openstackclient-727792da17ac5edcfc2df7dd820dbccf318554fe.tar.gz | |
autodocument commands from plugins using stevedore.sphinxext
conflicting command names are a painpoint, so is manually updating
a list. let's autodocument the commands that are being use by
existing osc supporters.
Change-Id: If37d81dfd57cc79803668b64be1ccd776e319572
Diffstat (limited to 'doc/source/plugin-commands.rst')
| -rw-r--r-- | doc/source/plugin-commands.rst | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/doc/source/plugin-commands.rst b/doc/source/plugin-commands.rst new file mode 100644 index 00000000..893c4c49 --- /dev/null +++ b/doc/source/plugin-commands.rst @@ -0,0 +1,32 @@ +================= + Plugin Commands +================= + +.. list-plugins:: openstack.cli.extension + +.. list-plugins:: openstack.key_manager.v1 + :detailed: + +.. list-plugins:: openstack.baremetal.v1 + :detailed: + +.. list-plugins:: openstack.congressclient.v1 + :detailed: + +.. list-plugins:: openstack.workflow_engine.v2 + :detailed: + +.. list-plugins:: openstack.data_processing.v1 + :detailed: + +.. list-plugins:: openstack.dns.v1 + :detailed: + +.. list-plugins:: openstack.management.v1 + :detailed: + +.. list-plugins:: openstack.messaging.v1 + :detailed: + +.. list-plugins:: openstack.orchestration.v1 + :detailed: |
