vm.create() seems to work ok.

This commit is contained in:
Julien Fontanet 2015-06-18 15:06:30 +02:00
parent 923091ca62
commit de693a08ad

View File

@ -472,7 +472,9 @@ export default class Xapi extends XapiBase {
// TODO: copy BIOS strings?
// TODO: Rewrite provision XML.
// Removes disks from the provision XML, we will create them by
// ourselves.
await this.call('VM.remove_from_other_config', vm.$ref, 'disks').catch(noop)
// Creates the VDIs and executes the initial steps of the
// installation.