Remove problematic _waitObject().
This commit is contained in:
parent
7aa75539c9
commit
cb65ddedb6
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user