mirror of
https://github.com/Corsinvest/cv4pve-pepper.git
synced 2025-02-12 10:01:53 +00:00
Merge pull request #31 from franklupo/30-spiceproxy-not-implemented
Fix vmid
This commit is contained in:
commit
70a6abe131
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ app.SetHandler(async (ctx) =>
|
|||
if (app.DebugIsActive()) { await Console.Out.WriteLineAsync($"VM is {vm.Status}."); }
|
||||
}
|
||||
|
||||
var (success, reasonPhrase, content) = await client.Nodes[vm.Node].Qemu[vm.Id].Spiceproxy.GetSpiceFileVVAsync(proxy);
|
||||
var (success, reasonPhrase, content) = await client.Nodes[vm.Node].Qemu[vm.VmId].Spiceproxy.GetSpiceFileVVAsync(proxy);
|
||||
if (success)
|
||||
{
|
||||
//proxy force
|
||||
|
|
Loading…
Reference in a new issue