Browse code

Add existing devstack plugins to the devstack plugin list

Change-Id: I336a4c652a78e778e39652f1f16ff69be10ab065

Komei Shimamura authored on 2015/11/20 18:36:05
Showing 1 changed files
... ...
@@ -76,16 +76,30 @@ Alternate Configs
76 76
 Additional Services
77 77
 ===================
78 78
 
79
-+----------------+--------------------------------------------------+------------+
80
-| Plugin Name    | URL                                              | Comments   |
81
-|                |                                                  |            |
82
-+----------------+--------------------------------------------------+------------+
83
-|ec2-api         |git://git.openstack.org/openstack/ec2-api         |[as1]_      |
84
-+----------------+--------------------------------------------------+------------+
85
-|ironic-inspector|git://git.openstack.org/openstack/ironic-inspector|            |
86
-+----------------+--------------------------------------------------+------------+
87
-|                |                                                  |            |
88
-+----------------+--------------------------------------------------+------------+
79
++-----------------+------------------------------------------------------------+------------+
80
+| Plugin Name     | URL                                                        | Comments   |
81
+|                 |                                                            |            |
82
++-----------------+------------------------------------------------------------+------------+
83
+|amqp1            |git://git.openstack.org/openstack/devstack-plugin-amqp1     |            |
84
++-----------------+------------------------------------------------------------+------------+
85
+|bdd              |git://git.openstack.org/openstack/devstack-plugin-bdd       |            |
86
++-----------------+------------------------------------------------------------+------------+
87
+|ec2-api          |git://git.openstack.org/openstack/ec2-api                   |[as1]_      |
88
++-----------------+------------------------------------------------------------+------------+
89
+|glusterfs        |git://git.openstack.org/openstack/devstack-plugin-glusterfs |            |
90
++-----------------+------------------------------------------------------------+------------+
91
+|hdfs             |git://git.openstack.org/openstack/devstack-plugin-hdfs      |            |
92
++-----------------+------------------------------------------------------------+------------+
93
+|ironic-inspector |git://git.openstack.org/openstack/ironic-inspector          |            |
94
++-----------------+------------------------------------------------------------+------------+
95
+|pika             |git://git.openstack.org/openstack/devstack-plugin-pika      |            |
96
++-----------------+------------------------------------------------------------+------------+
97
+|sheepdog         |git://git.openstack.org/openstack/devstack-plugin-sheepdog  |            |
98
++-----------------+------------------------------------------------------------+------------+
99
+|zmq              |git://git.openstack.org/openstack/devstack-plugin-zmq       |            |
100
++-----------------+------------------------------------------------------------+------------+
101
+|                 |                                                            |            |
102
++-----------------+------------------------------------------------------------+------------+
89 103
 
90 104
 .. [as1] first functional devstack plugin, hence why used in most of
91 105
          the examples.