Add existing devstack plugins to the devstack plugin list

Change-Id: I336a4c652a78e778e39652f1f16ff69be10ab065
This commit is contained in:
Komei Shimamura 2015-11-20 18:36:05 +09:00
parent 0b6a40bcab
commit 255a58fec6

View File

@ -76,16 +76,30 @@ Alternate Configs
Additional Services
===================
+----------------+--------------------------------------------------+------------+
| Plugin Name | URL | Comments |
| | | |
+----------------+--------------------------------------------------+------------+
|ec2-api |git://git.openstack.org/openstack/ec2-api |[as1]_ |
+----------------+--------------------------------------------------+------------+
|ironic-inspector|git://git.openstack.org/openstack/ironic-inspector| |
+----------------+--------------------------------------------------+------------+
| | | |
+----------------+--------------------------------------------------+------------+
+-----------------+------------------------------------------------------------+------------+
| Plugin Name | URL | Comments |
| | | |
+-----------------+------------------------------------------------------------+------------+
|amqp1 |git://git.openstack.org/openstack/devstack-plugin-amqp1 | |
+-----------------+------------------------------------------------------------+------------+
|bdd |git://git.openstack.org/openstack/devstack-plugin-bdd | |
+-----------------+------------------------------------------------------------+------------+
|ec2-api |git://git.openstack.org/openstack/ec2-api |[as1]_ |
+-----------------+------------------------------------------------------------+------------+
|glusterfs |git://git.openstack.org/openstack/devstack-plugin-glusterfs | |
+-----------------+------------------------------------------------------------+------------+
|hdfs |git://git.openstack.org/openstack/devstack-plugin-hdfs | |
+-----------------+------------------------------------------------------------+------------+
|ironic-inspector |git://git.openstack.org/openstack/ironic-inspector | |
+-----------------+------------------------------------------------------------+------------+
|pika |git://git.openstack.org/openstack/devstack-plugin-pika | |
+-----------------+------------------------------------------------------------+------------+
|sheepdog |git://git.openstack.org/openstack/devstack-plugin-sheepdog | |
+-----------------+------------------------------------------------------------+------------+
|zmq |git://git.openstack.org/openstack/devstack-plugin-zmq | |
+-----------------+------------------------------------------------------------+------------+
| | | |
+-----------------+------------------------------------------------------------+------------+
.. [as1] first functional devstack plugin, hence why used in most of
the examples.