mirror of
https://github.com/retspen/webvirtcloud
synced 2024-12-25 15:45:23 +00:00
move hypervisor info to connection.py
This commit is contained in:
parent
717241a421
commit
8e3dde808d
1 changed files with 3 additions and 3 deletions
|
@ -67,6 +67,6 @@ class wvmHostDetails(wvmConnect):
|
||||||
info.append(self.wvm.getURI()) #uri
|
info.append(self.wvm.getURI()) #uri
|
||||||
return info
|
return info
|
||||||
|
|
||||||
def hypervisor_type(self):
|
|
||||||
"""Return hypervisor type"""
|
|
||||||
return get_xml_path(self.get_cap_xml(), "/capabilities/guest/arch/domain/@type")
|
|
||||||
|
|
Loading…
Reference in a new issue