fix(Xapi#_createVm()): license issue with Dundee (#316)
Fixes vatesfr/xo-web#964.
This commit is contained in:
parent
6c9f55c1d7
commit
9c3ddd4ba4
@ -969,6 +969,7 @@ export default class Xapi extends XapiBase {
|
||||
generation_id,
|
||||
ha_always_run,
|
||||
ha_restart_priority,
|
||||
has_vendor_device = false, // Avoid issue with some Dundee builds.
|
||||
hardware_platform_version,
|
||||
HVM_boot_params,
|
||||
HVM_boot_policy,
|
||||
@ -1037,6 +1038,7 @@ export default class Xapi extends XapiBase {
|
||||
generation_id,
|
||||
ha_always_run: asBoolean(ha_always_run),
|
||||
ha_restart_priority,
|
||||
has_vendor_device,
|
||||
hardware_platform_version: optional(hardware_platform_version, asInteger),
|
||||
// HVM_shadow_multiplier: asFloat(HVM_shadow_multiplier), // FIXME: does not work FIELD_TYPE_ERROR(hVM_shadow_multiplier)
|
||||
name_description,
|
||||
|
Loading…
Reference in New Issue
Block a user