diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2015-06-30 17:55:58 +0100 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2015-06-30 17:55:58 +0100 |
commit | 8a710151c792a5f8bddba33de29976bb218b6701 (patch) | |
tree | c01cef51130690a37e409c306b2115bf162d4edc | |
parent | 581b05584410e48be998c98efe25ab9783641d1b (diff) | |
download | sos-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.py | 2 |
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'] |