aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryn M. Reeves <bmr@redhat.com>2018-08-10 17:15:33 +0100
committerBryn M. Reeves <bmr@redhat.com>2018-08-10 17:15:33 +0100
commitecfe92e1115f8a2ac37f6c683212eb14883a8f5c (patch)
tree6c666e93c0ef07dc6958887c10412dc0b333caa3
parentd297b2116fd864c65dba76b343f5101466c0eeb7 (diff)
downloadsos-ecfe92e1115f8a2ac37f6c683212eb14883a8f5c.tar.gz
[rhv_analyzer] make naming consistent
Closes: #1380. Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-rw-r--r--sos/plugins/rhv_analyzer.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/sos/plugins/rhv_analyzer.py b/sos/plugins/rhv_analyzer.py
index 7c233a0b..65ea0e46 100644
--- a/sos/plugins/rhv_analyzer.py
+++ b/sos/plugins/rhv_analyzer.py
@@ -11,12 +11,12 @@
from sos.plugins import Plugin, RedHatPlugin
-class RhvLogCollectorAnalyzer(Plugin, RedHatPlugin):
+class Rhv_Analyzer(Plugin, RedHatPlugin):
"""RHV Log Collector Analyzer"""
packages = ('rhv-log-collector-analyzer',)
- plugin_name = 'RhvLogCollectorAnalyzer'
+ plugin_name = 'rhv_analyzer'
profiles = ('virt',)
def setup(self):