update plugin documentation
- add watcher, gnocchi and aodh - organize sphinx docs based on alphabetical order of the library Change-Id: Ibdd500da0e488ce3256320d53b3354ee7c66468a
This commit is contained in:
		| @@ -6,51 +6,76 @@ Note: To see the complete syntax for the plugin commands, see the `CLI_Ref`_ | |||||||
|  |  | ||||||
| .. list-plugins:: openstack.cli.extension | .. list-plugins:: openstack.cli.extension | ||||||
|  |  | ||||||
|  | # aodh | ||||||
|  | .. list-plugins:: openstack.alarming.v2 | ||||||
|  |    :detailed: | ||||||
|  |  | ||||||
|  | # barbican | ||||||
| .. list-plugins:: openstack.key_manager.v1 | .. list-plugins:: openstack.key_manager.v1 | ||||||
|    :detailed: |    :detailed: | ||||||
|  |  | ||||||
| .. list-plugins:: openstack.baremetal.v1 | # congress | ||||||
|    :detailed: |  | ||||||
|  |  | ||||||
| .. list-plugins:: openstack.congressclient.v1 | .. list-plugins:: openstack.congressclient.v1 | ||||||
|    :detailed: |    :detailed: | ||||||
|  |  | ||||||
| .. list-plugins:: openstack.workflow_engine.v2 | # cue | ||||||
|    :detailed: | .. # cueclient is not in global-requirements | ||||||
|  | .. # list-plugins:: openstack.mb.v1 | ||||||
| .. list-plugins:: openstack.data_processing.v1 | .. #   :detailed: | ||||||
|    :detailed: |  | ||||||
|  |  | ||||||
|  | # designate | ||||||
| .. list-plugins:: openstack.dns.v1 | .. list-plugins:: openstack.dns.v1 | ||||||
|    :detailed: |    :detailed: | ||||||
|  |  | ||||||
| .. list-plugins:: openstack.management.v1 | # gnocchi | ||||||
|    :detailed: | .. # gnocchiclient is not in global-requirements | ||||||
|  | .. # list-plugins:: openstack.metric.v1 | ||||||
| .. list-plugins:: openstack.messaging.v1 | .. #  :detailed: | ||||||
|    :detailed: |  | ||||||
|  |  | ||||||
|  | # heat | ||||||
| .. list-plugins:: openstack.orchestration.v1 | .. list-plugins:: openstack.orchestration.v1 | ||||||
|    :detailed: |    :detailed: | ||||||
|  |  | ||||||
| .. list-plugins:: openstack.search.v1 | # ironic | ||||||
|  | .. list-plugins:: openstack.baremetal.v1 | ||||||
|    :detailed: |    :detailed: | ||||||
|  |  | ||||||
|  | # ironic-inspector | ||||||
| .. list-plugins:: openstack.baremetal_introspection.v1 | .. list-plugins:: openstack.baremetal_introspection.v1 | ||||||
|    :detailed: |    :detailed: | ||||||
|  |  | ||||||
|  | # mistral | ||||||
|  | .. list-plugins:: openstack.workflow_engine.v2 | ||||||
|  |    :detailed: | ||||||
|  |  | ||||||
|  | # murano | ||||||
| .. list-plugins:: openstack.application_catalog.v1 | .. list-plugins:: openstack.application_catalog.v1 | ||||||
|    :detailed: |    :detailed: | ||||||
|  |  | ||||||
|  | # sahara | ||||||
|  | .. list-plugins:: openstack.data_processing.v1 | ||||||
|  |    :detailed: | ||||||
|  |  | ||||||
|  | # searchlight | ||||||
|  | .. list-plugins:: openstack.search.v1 | ||||||
|  |    :detailed: | ||||||
|  |  | ||||||
|  | # senlin | ||||||
| .. list-plugins:: openstack.clustering.v1 | .. list-plugins:: openstack.clustering.v1 | ||||||
|    :detailed: |    :detailed: | ||||||
|  |  | ||||||
|  | # tripleo | ||||||
| .. # tripleoclient is not in global-requirements | .. # tripleoclient is not in global-requirements | ||||||
| .. #.. list-plugins:: openstack.tripleoclient.v1 | .. # list-plugins:: openstack.tripleoclient.v1 | ||||||
| .. #   :detailed: | .. #   :detailed: | ||||||
|  |  | ||||||
| .. # cueclient is not in global-requirements | # watcher | ||||||
| .. #.. list-plugins:: openstack.mb.v1 | .. # watcherclient is not in global-requirements | ||||||
| .. #   :detailed: | .. # list-plugins:: openstack.infra_optim.v1 | ||||||
|  | .. #  :detailed: | ||||||
|  |  | ||||||
|  | # zaqar | ||||||
|  | .. list-plugins:: openstack.messaging.v1 | ||||||
|  |    :detailed: | ||||||
|  |  | ||||||
| .. _CLI_Ref: http://docs.openstack.org/cli-reference/openstack.html | .. _CLI_Ref: http://docs.openstack.org/cli-reference/openstack.html | ||||||
| @@ -21,6 +21,8 @@ OpenStackClient. | |||||||
|  |  | ||||||
| The following is a list of projects that are an OpenStackClient plugin. | The following is a list of projects that are an OpenStackClient plugin. | ||||||
|  |  | ||||||
|  | - aodhclient | ||||||
|  | - gnocchiclient\*\* | ||||||
| - python-barbicanclient | - python-barbicanclient | ||||||
| - python-congressclient | - python-congressclient | ||||||
| - python-cueclient\*\* | - python-cueclient\*\* | ||||||
| @@ -34,14 +36,13 @@ The following is a list of projects that are an OpenStackClient plugin. | |||||||
| - python-searchlightclient | - python-searchlightclient | ||||||
| - python-senlinclient | - python-senlinclient | ||||||
| - python-tripleoclient\*\* | - python-tripleoclient\*\* | ||||||
|  | - python-watcherclient\*\* | ||||||
| - python-zaqarclient | - python-zaqarclient | ||||||
|  |  | ||||||
| \*\* Note that some clients are not listed in global-requirements | \*\* Note that some clients are not listed in global-requirements | ||||||
|  |  | ||||||
| The following is a list of projects that are not an OpenStackClient plugin. | The following is a list of projects that are not an OpenStackClient plugin. | ||||||
|  |  | ||||||
| - aodhclient |  | ||||||
| - gnocchiclient |  | ||||||
| - python-troveclient | - python-troveclient | ||||||
| - python-magnumclient | - python-magnumclient | ||||||
| - python-ceilometerclient | - python-ceilometerclient | ||||||
|   | |||||||
| @@ -20,6 +20,7 @@ osprofiler>=1.3.0 # Apache-2.0 | |||||||
| bandit>=1.0.1 # Apache-2.0 | bandit>=1.0.1 # Apache-2.0 | ||||||
|  |  | ||||||
| # Install these to generate sphinx autodocs | # Install these to generate sphinx autodocs | ||||||
|  | aodhclient>=0.5.0  # Apache-2.0 | ||||||
| python-barbicanclient>=4.0.0 # Apache-2.0 | python-barbicanclient>=4.0.0 # Apache-2.0 | ||||||
| python-congressclient<2000,>=1.3.0 # Apache-2.0 | python-congressclient<2000,>=1.3.0 # Apache-2.0 | ||||||
| python-designateclient>=1.5.0 # Apache-2.0 | python-designateclient>=1.5.0 # Apache-2.0 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Steve Martinelli
					Steve Martinelli