1
0
Fork 0
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:
catborise 2018-12-05 11:08:21 +03:00
parent 04d3568d1a
commit c98f0b1232
3 changed files with 29 additions and 1 deletions

View file

@ -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)