The nova.virt.hyperv.hostutils Module

class HostUtils

Bases: object

check_min_windows_version(major, minor, build=0)
get_cpus_info()
get_local_ips()
get_memory_info()

Returns a tuple with total visible memory and free physical memory expressed in kB.

get_volume_info(drive)

Returns a tuple with total size and free space expressed in bytes.

get_windows_version()
is_cpu_feature_present(feature_key)

Previous topic

The nova.virt.hyperv.hostops Module

Next topic

The nova.virt.hyperv.imagecache Module

This Page