mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-03-09 15:40:09 +00:00
log
This commit is contained in:
parent
d19522cab5
commit
e5049a683e
1 changed files with 1 additions and 2 deletions
|
@ -251,8 +251,7 @@ def vm_console(vmid):
|
||||||
port = str(5900 + int(vmid))
|
port = str(5900 + int(vmid))
|
||||||
token = add_vnc_target(port)
|
token = add_vnc_target(port)
|
||||||
node = "{}.csh.rit.edu".format(vm.node)
|
node = "{}.csh.rit.edu".format(vm.node)
|
||||||
logging.info("Creating SSH tunnel to {} for VM {}.".format(
|
logging.info("creating SSH tunnel to %s for VM %s", node, vm.id)
|
||||||
node, vm.id))
|
|
||||||
tunnel = start_ssh_tunnel(node, port)
|
tunnel = start_ssh_tunnel(node, port)
|
||||||
ssh_tunnels.append(tunnel)
|
ssh_tunnels.append(tunnel)
|
||||||
vm.start_vnc(port)
|
vm.start_vnc(port)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue