fine tuning

This commit is contained in:
deflax 2016-02-15 13:14:19 +02:00
parent f69a67b8ac
commit f4e1750551

View file

@ -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)