aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryn M. Reeves <bmr@redhat.com>2015-06-30 17:55:58 +0100
committerBryn M. Reeves <bmr@redhat.com>2015-06-30 17:55:58 +0100
commit8a710151c792a5f8bddba33de29976bb218b6701 (patch)
treec01cef51130690a37e409c306b2115bf162d4edc
parent581b05584410e48be998c98efe25ab9783641d1b (diff)
downloadsos-8a710151c792a5f8bddba33de29976bb218b6701.tar.gz
[vhostmd] add plugin to the system and virt profiles
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-rw-r--r--sos/plugins/vhostmd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sos/plugins/vhostmd.py b/sos/plugins/vhostmd.py
index 67119454..786a7c11 100644
--- a/sos/plugins/vhostmd.py
+++ b/sos/plugins/vhostmd.py
@@ -20,7 +20,7 @@ class vhostmd(Plugin, RedHatPlugin):
"""
plugin_name = 'vhostmd'
- profiles = ['sap']
+ profiles = ['sap', 'virt', 'system']
packages = ['virt-what']