Add plugin registry to docs

Currently, there is no list of plugins for Horizon. This patch adds an
initial list to the docs, which should be added to over time.

Change-Id: I5b00948886758e56770c0672c05b5e1d8fc81cc1
Closes-Bug: #1486080
This commit is contained in:
Rob Cresswell 2015-08-18 16:15:13 +01:00
parent bcc96714b9
commit 0128ede253
2 changed files with 42 additions and 0 deletions

View File

@ -63,6 +63,7 @@ Brief guides to areas of interest and importance when developing Horizon.
topics/tutorial
contributing
testing
plugins
Topic Guides
------------

41
doc/source/plugins.rst Normal file
View File

@ -0,0 +1,41 @@
=======================
Horizon Plugin Registry
=======================
.. Note::
Currently, Horizon plugins are responsible for their own compatibility.
Check the individual repos for information on support.
+-----------------------+-----------------------------------------------------+
|Plugin |URL |
+=======================+=====================================================+
|Akanda RUG Extension |https://github.com/stackforge/akanda-horizon |
+-----------------------+-----------------------------------------------------+
|Apps Catalog UI |https://github.com/stackforge/apps-catalog-ui |
+-----------------------+-----------------------------------------------------+
|Cerberus Dashboard |https://github.com/stackforge/cerberus-dashboard |
+-----------------------+-----------------------------------------------------+
|Cisco UI |http://github.com/openstack/horizon-cisco-ui |
+-----------------------+-----------------------------------------------------+
|Cloudkitty Dashboard |https://github.com/stackforge/cloudkitty-dashboard |
+-----------------------+-----------------------------------------------------+
|Cue Dashboard |https://github.com/openstack/cue-dashboard |
+-----------------------+-----------------------------------------------------+
|Designate Dashboard |https://github.com/openstack/designate-dashboard |
+-----------------------+-----------------------------------------------------+
|Group Based Policy UI |https://github.com/stackforge/group-based-policy-ui |
+-----------------------+-----------------------------------------------------+
|Magnum UI |http://github.com/openstack/magnum-ui |
+-----------------------+-----------------------------------------------------+
|Manila UI |http://github.com/openstack/manila-ui |
+-----------------------+-----------------------------------------------------+
|Mistral Dashboard |https://github.com/openstack/mistral-dashboard |
+-----------------------+-----------------------------------------------------+
|Monasca UI |https://github.com/stackforge/monasca-ui |
+-----------------------+-----------------------------------------------------+
|Murano Dashboard |http://github.com/openstack/murano-dashboard |
+-----------------------+-----------------------------------------------------+
|Neutron LBaaS Dashboard|https://github.com/openstack/neutron-lbaas-dashboard |
+-----------------------+-----------------------------------------------------+
|Tuskar UI |http://github.com/openstack/tuskar-ui |
+-----------------------+-----------------------------------------------------+