From 9599ffe65d9dcd4b3aa780d346eccd1e760890bf Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Tue, 13 Jun 2017 15:55:33 -0400 Subject: 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 --- doc/source/cli/plugin-commands.rst | 122 +++++++++++++++++++++++++++++++++++++ 1 file changed, 122 insertions(+) create mode 100644 doc/source/cli/plugin-commands.rst (limited to 'doc/source/cli/plugin-commands.rst') 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: -- cgit v1.2.1