fix(xo-server/_createProxyVm): {,_}getOrWaitObject

Introduced by 48c3a65cc
This commit is contained in:
Julien Fontanet 2024-02-05 13:11:00 +01:00
parent 116f2ec47a
commit 82fdfbd18b
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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,