fix(xo-server/vm#set): fix virtualization switch (#4349)

This commit is contained in:
badrAZ
2019-07-15 14:57:16 +02:00
committed by Pierre Donias
parent 16135b8e37
commit 5bd61e3fb0
2 changed files with 3 additions and 0 deletions

View File

@@ -13,6 +13,7 @@
> Users must be able to say: “I had this issue, happy to know it's fixed”
- [VM/Advanced] Fix virtualization mode switch (PV/HVM) (PR [#4349](https://github.com/vatesfr/xen-orchestra/pull/4349))
### Released packages

View File

@@ -631,6 +631,8 @@ set.params = {
// set the VM boot firmware mode
hvmBootFirmware: { type: ['string', 'null'], optional: true },
virtualizationMode: { type: 'string', optional: true },
}
set.resolve = {