The nova.virt.hyperv.pathutils Module

class PathUtils

Bases: os_win.utils.pathutils.PathUtils

get_base_vhd_dir()
get_configdrive_path(instance_name, format_ext, remote_server=None)
get_ephemeral_vhd_path(instance_name, format_ext)
get_export_dir(instance_name)
get_instance_dir(instance_name, remote_server=None, create_dir=True, remove_dir=False)
get_instance_migr_revert_dir(instance_name, create_dir=False, remove_dir=False)
get_instances_dir(remote_server=None)
get_root_vhd_path(instance_name, format_ext)
get_vm_console_log_paths(vm_name, remote_server=None)
lookup_configdrive_path(instance_name)
lookup_ephemeral_vhd_path(instance_name)
lookup_root_vhd_path(instance_name)

Previous topic

The nova.virt.hyperv.migrationops Module

Next topic

The nova.virt.hyperv.rdpconsoleops Module

Project Source

This Page