Signed-off-by: Marcus Granado <marcus.granado@eu.citrix.com>
API.vM_consoles = [];
API.vM_metrics = Ref.null;
API.vM_guest_metrics = lookup table (Ref.string_of vm.API.vM_guest_metrics);
+ API.vM_protection_policy = Ref.null;
API.vM_bios_strings = vm.API.vM_bios_strings } in
{ cls = Datamodel._vm;
id = Ref.string_of (lookup table (Ref.string_of self));
let vm_record = {vm_record with API.
vM_memory_overhead = Memory_check.vm_compute_memory_overhead vm_record
} in
+ let vm_record = {vm_record with API.vM_protection_policy = Ref.null} in
let vm = log_reraise
("failed to create VM with name-label " ^ vm_record.API.vM_name_label)