Remove problematic _waitObject().

This commit is contained in:
Julien Fontanet 2015-06-11 17:47:46 +02:00
parent 7aa75539c9
commit cb65ddedb6

View File

@ -519,8 +519,7 @@ export default class Xapi extends XapiBase {
} catch (_) {}
}
// Returns the last state of the new VM.
return await this._waitObject(vm.$id)
return vm
}
async deleteVm (vmId, deleteDisks = false) {