From 1c42846a62dfafd43eb3cca4f7f1c8f3819cf867 Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Thu, 24 Sep 2015 16:51:50 +0200 Subject: [PATCH] Mention ironic-inspector in plugin-registry docs Change-Id: Ia508a3af5a65e4fbf34dd8b9ae537ca133358fa3 --- doc/source/plugin-registry.rst | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/doc/source/plugin-registry.rst b/doc/source/plugin-registry.rst index bbab56b025..0feaafb275 100644 --- a/doc/source/plugin-registry.rst +++ b/doc/source/plugin-registry.rst @@ -72,14 +72,16 @@ Alternate Configs Additional Services =================== -+-------------+------------------------------------------+------------+ -| Plugin Name | URL | Comments | -| | | | -+-------------+------------------------------------------+------------+ -|ec2-api |git://git.openstack.org/stackforge/ec2api |[as1]_ | -+-------------+------------------------------------------+------------+ -| | | | -+-------------+------------------------------------------+------------+ ++----------------+--------------------------------------------------+------------+ +| Plugin Name | URL | Comments | +| | | | ++----------------+--------------------------------------------------+------------+ +|ec2-api |git://git.openstack.org/stackforge/ec2api |[as1]_ | ++----------------+--------------------------------------------------+------------+ +|ironic-inspector|git://git.openstack.org/openstack/ironic-inspector| | ++----------------+--------------------------------------------------+------------+ +| | | | ++----------------+--------------------------------------------------+------------+ .. [as1] first functional devstack plugin, hence why used in most of the examples.