Skip to content

Commit

Permalink
fix(lite/deploy): download XVA from http://xoa.io/xva
Browse files Browse the repository at this point in the history
Fixes https://xcp-ng.org/forum/post/86439

Other deploy methods (shell and vates.tech) uses this endpoint.

It should no longer be necessary to use the HTTP/1.0 special http://xoa.io:8888 endpoint.
  • Loading branch information
julien-f committed Dec 4, 2024
1 parent 568e14f commit d67a2ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion @xen-orchestra/lite/src/views/xoa-deploy/XoaDeployView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ async function deploy() {
vmRef.value = (
(await xapi.call('VM.import', [
'http://xoa.io:8888/',
'http://xoa.io/xva',
selectedSr.value.$ref,
false, // full_restore
false, // force
Expand Down

0 comments on commit d67a2ad

Please sign in to comment.