fine tuning
This commit is contained in:
parent
f69a67b8ac
commit
f4e1750551
1 changed files with 4 additions and 3 deletions
|
@ -271,11 +271,12 @@ def vmvnc(vm_id):
|
||||||
vnc_target = { 'target_host': slaveip,
|
vnc_target = { 'target_host': slaveip,
|
||||||
'target_port': slaveport,
|
'target_port': slaveport,
|
||||||
'listen_host': myip,
|
'listen_host': myip,
|
||||||
'listen_port': listenport }
|
'listen_port': listenport
|
||||||
|
}
|
||||||
|
|
||||||
vnc_options = { 'idle-timeout': 20,
|
vnc_options = { 'idle-timeout': 20,
|
||||||
'verbose': True,
|
'verbose': True
|
||||||
'run-once': True }
|
}
|
||||||
|
|
||||||
novnc.spawn(vnc_target, vnc_options)
|
novnc.spawn(vnc_target, vnc_options)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue