fix(xo-server/_createProxyVm): {,_}getOrWaitObject
Introduced by 48c3a65cc
This commit is contained in:
parent
116f2ec47a
commit
82fdfbd18b
@ -12,6 +12,7 @@
|
||||
> Users must be able to say: “I had this issue, happy to know it's fixed”
|
||||
|
||||
- [Import/VM] Fix `UUID_INVALID(VM, OpaqueRef:...)` error when importing from URL
|
||||
- [Proxies] Fix `xapi.getOrWaitObject is not a function` is not a function during deployment
|
||||
|
||||
### Packages to release
|
||||
|
||||
|
@ -271,7 +271,7 @@ export default class Proxy {
|
||||
[namespace]: { xva },
|
||||
} = await app.getResourceCatalog()
|
||||
const xapi = app.getXapi(srId)
|
||||
const vm = await xapi.getOrWaitObject(
|
||||
const vm = await xapi._getOrWaitObject(
|
||||
await xapi.VM_import(
|
||||
await app.requestResource({
|
||||
id: xva.id,
|
||||
|
Loading…
Reference in New Issue
Block a user