{constants.HV_ACPI: hv_base.NO_CHECK, constants.HV_BOOT_ORDER:(True,)+
(lambda x: x and len(x.strip("acdn"))== 0, "Invalid boot order specifi
ed, must be one or more of [acdn]", None, None), constants.HV_CDROM_IM
AGE_PATH: hv_base.OPT_FILE_CHECK, constants.HV_DISK_TYPE: hv_base.Para
mInSet(True, constants.HT_HVM_VALID_DISK_TYPES), constants.HV_NIC_TYPE
: hv_base.ParamInSet(True, constants.HT_HVM_VALID_NIC_TYPES), constant
s.HV_PAE: hv_base.NO_CHECK, constants.HV_VNC_BIND_ADDRESS:(False, netu
tils.IP4Address.IsValid, "VNC bind address is not a valid IP address",
...
|