diff options
| author | Doug Hellmann <doug@doughellmann.com> | 2017-06-13 15:55:33 -0400 |
|---|---|---|
| committer | Andreas Jaeger <aj@suse.com> | 2017-06-23 11:54:32 +0200 |
| commit | 9599ffe65d9dcd4b3aa780d346eccd1e760890bf (patch) | |
| tree | 9281e521e50b8bed66eca087bc11fa03adf2aed3 /doc/source/cli/plugin-commands.rst | |
| parent | 19c8cabeca1ea3c83da734ab5269318b27eb5634 (diff) | |
| download | python-openstackclient-9599ffe65d9dcd4b3aa780d346eccd1e760890bf.tar.gz | |
reorganize existing documentation according to the new standard layout
Move existing content around based on the doc-migration specification.
Replace :doc: markup with :ref: to have sphinx keep track of where the
files move and generate valid hyperlinks.
Add a few toctrees and index pages for the new directories.
Depends-On: Ia750cb049c0f53a234ea70ce1f2bbbb7a2aa9454
Change-Id: I253ee8f89d3ec40e39310c18bb87ed1d3d5de330
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
Diffstat (limited to 'doc/source/cli/plugin-commands.rst')
| -rw-r--r-- | doc/source/cli/plugin-commands.rst | 122 |
1 files changed, 122 insertions, 0 deletions
diff --git a/doc/source/cli/plugin-commands.rst b/doc/source/cli/plugin-commands.rst new file mode 100644 index 00000000..55984ffb --- /dev/null +++ b/doc/source/cli/plugin-commands.rst @@ -0,0 +1,122 @@ +.. _plugin-commands: + +=============== +Plugin Commands +=============== + +.. list-plugins:: openstack.cli.extension + +aodh +---- + +.. list-plugins:: openstack.alarming.v2 + :detailed: + +barbican +-------- + +.. list-plugins:: openstack.key_manager.v1 + :detailed: + +congress +-------- + +.. list-plugins:: openstack.congressclient.v1 + :detailed: + +.. cue +.. # cueclient is not in global-requirements +.. # list-plugins:: openstack.mb.v1 +.. # :detailed: + +designate +--------- + +.. list-plugins:: openstack.dns.v1 + :detailed: + +gnocchi +------- +.. list-plugins:: openstack.metric.v1 + :detailed: + +heat +---- + +.. list-plugins:: openstack.orchestration.v1 + :detailed: + +ironic +------ + +.. list-plugins:: openstack.baremetal.v1 + :detailed: + +ironic-inspector +---------------- + +.. list-plugins:: openstack.baremetal_introspection.v1 + :detailed: + +karbor +------ + +.. list-plugins:: openstack.data_protection.v1 + :detailed: + +mistral +------- + +.. list-plugins:: openstack.workflow_engine.v2 + :detailed: + +.. murano +.. # the murano docs cause warnings and a broken docs build +.. # .. list-plugins:: openstack.application_catalog.v1 +.. # :detailed: + +neutron +------- + +.. list-plugins:: openstack.neutronclient.v2 + :detailed: + +sahara +------ + +.. list-plugins:: openstack.data_processing.v1 + :detailed: + +searchlight +----------- + +.. list-plugins:: openstack.search.v1 + :detailed: + +senlin +------ + +.. list-plugins:: openstack.clustering.v1 + :detailed: + +.. tripleo +.. # tripleoclient is not in global-requirements +.. # list-plugins:: openstack.tripleoclient.v1 +.. # :detailed: + +trove +------ + +.. list-plugins:: openstack.database.v1 + :detailed: + +.. watcher +.. # watcherclient is not in global-requirements +.. # list-plugins:: openstack.infra_optim.v1 +.. # :detailed: + +zaqar +----- + +.. list-plugins:: openstack.messaging.v2 + :detailed: |
