From ef74a5bd22baea04b292e458de1be6b4980b6999 Mon Sep 17 00:00:00 2001 From: "Bryn M. Reeves" Date: Thu, 18 Sep 2014 20:22:44 +0100 Subject: [openstack_neutron] set correct plugin name Fixes #394. Signed-off-by: Bryn M. Reeves --- sos/plugins/openstack_neutron.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sos/plugins/openstack_neutron.py b/sos/plugins/openstack_neutron.py index 8b8c03d6..6eea1485 100644 --- a/sos/plugins/openstack_neutron.py +++ b/sos/plugins/openstack_neutron.py @@ -30,7 +30,7 @@ from sos.plugins import Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin class Neutron(Plugin): """OpenStack Networking """ - plugin_name = "neutron" + plugin_name = "openstack_neutron" profiles = ('openstack',) option_list = [("log", "Gathers all Neutron logs", "slow", False), -- cgit