From 8e3dde808d5f672d94452e7f4066f0dbd3b0d28a Mon Sep 17 00:00:00 2001 From: catborise Date: Thu, 13 Sep 2018 16:54:17 +0300 Subject: [PATCH] move hypervisor info to connection.py --- vrtManager/hostdetails.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vrtManager/hostdetails.py b/vrtManager/hostdetails.py index a45d24f..7dda889 100644 --- a/vrtManager/hostdetails.py +++ b/vrtManager/hostdetails.py @@ -67,6 +67,6 @@ class wvmHostDetails(wvmConnect): info.append(self.wvm.getURI()) #uri return info - def hypervisor_type(self): - """Return hypervisor type""" - return get_xml_path(self.get_cap_xml(), "/capabilities/guest/arch/domain/@type") + + +