Browse code

Merge "Add existing devstack plugins to the devstack plugin list"

Jenkins authored on 2016/01/06 02:32:08
Showing 1 changed files
... ...
@@ -82,16 +82,30 @@ Alternate Configs
82 82
 Additional Services
83 83
 ===================
84 84
 
85
-+----------------+--------------------------------------------------+------------+
86
-| Plugin Name    | URL                                              | Comments   |
87
-|                |                                                  |            |
88
-+----------------+--------------------------------------------------+------------+
89
-|ec2-api         |git://git.openstack.org/openstack/ec2-api         |[as1]_      |
90
-+----------------+--------------------------------------------------+------------+
91
-|ironic-inspector|git://git.openstack.org/openstack/ironic-inspector|            |
92
-+----------------+--------------------------------------------------+------------+
93
-|                |                                                  |            |
94
-+----------------+--------------------------------------------------+------------+
85
++-----------------+------------------------------------------------------------+------------+
86
+| Plugin Name     | URL                                                        | Comments   |
87
+|                 |                                                            |            |
88
++-----------------+------------------------------------------------------------+------------+
89
+|amqp1            |git://git.openstack.org/openstack/devstack-plugin-amqp1     |            |
90
++-----------------+------------------------------------------------------------+------------+
91
+|bdd              |git://git.openstack.org/openstack/devstack-plugin-bdd       |            |
92
++-----------------+------------------------------------------------------------+------------+
93
+|ec2-api          |git://git.openstack.org/openstack/ec2-api                   |[as1]_      |
94
++-----------------+------------------------------------------------------------+------------+
95
+|glusterfs        |git://git.openstack.org/openstack/devstack-plugin-glusterfs |            |
96
++-----------------+------------------------------------------------------------+------------+
97
+|hdfs             |git://git.openstack.org/openstack/devstack-plugin-hdfs      |            |
98
++-----------------+------------------------------------------------------------+------------+
99
+|ironic-inspector |git://git.openstack.org/openstack/ironic-inspector          |            |
100
++-----------------+------------------------------------------------------------+------------+
101
+|pika             |git://git.openstack.org/openstack/devstack-plugin-pika      |            |
102
++-----------------+------------------------------------------------------------+------------+
103
+|sheepdog         |git://git.openstack.org/openstack/devstack-plugin-sheepdog  |            |
104
++-----------------+------------------------------------------------------------+------------+
105
+|zmq              |git://git.openstack.org/openstack/devstack-plugin-zmq       |            |
106
++-----------------+------------------------------------------------------------+------------+
107
+|                 |                                                            |            |
108
++-----------------+------------------------------------------------------------+------------+
95 109
 
96 110
 .. [as1] first functional devstack plugin, hence why used in most of
97 111
          the examples.