From 255a58fec613b1304c8396cd969c72043073be30 Mon Sep 17 00:00:00 2001 From: Komei Shimamura Date: Fri, 20 Nov 2015 18:36:05 +0900 Subject: [PATCH] Add existing devstack plugins to the devstack plugin list Change-Id: I336a4c652a78e778e39652f1f16ff69be10ab065 --- doc/source/plugin-registry.rst | 34 ++++++++++++++++++++++++---------- 1 file changed, 24 insertions(+), 10 deletions(-) diff --git a/doc/source/plugin-registry.rst b/doc/source/plugin-registry.rst index 49b3a7fc02..429f31af2d 100644 --- a/doc/source/plugin-registry.rst +++ b/doc/source/plugin-registry.rst @@ -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.