mirror of
https://github.com/retspen/webvirtcloud
synced 2025-07-31 12:41:08 +00:00
Add lib and qemu version info to compute overview
This commit is contained in:
parent
04d3568d1a
commit
c98f0b1232
3 changed files with 29 additions and 1 deletions
|
@ -157,6 +157,8 @@ def overview(request, compute_id):
|
|||
hypervisor = conn.hypervisor_type()
|
||||
mem_usage = conn.get_memory_usage()
|
||||
emulator = conn.get_emulator(host_arch)
|
||||
version = conn.get_version()
|
||||
lib_version = conn.get_lib_version()
|
||||
conn.close()
|
||||
except libvirtError as lib_err:
|
||||
error_messages.append(lib_err)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue