fix(Xapi#remoteCopyVm): fix VM renaming

This commit is contained in:
Julien Fontanet 2018-01-19 13:09:12 +01:00
parent 1b344b7d9c
commit d5f6b65861

View File

@ -545,7 +545,6 @@ export default class Xapi extends XapiBase {
await targetXapi._importVm( await targetXapi._importVm(
stream, stream,
sr, sr,
false,
onVmCreation onVmCreation
) )
) )