Commit 066eeb4d by Turcsik Máté

Merge branch 'rdesktop_hotfix' into 'master'

vm: Add -f (fullscreen) arg to rdesktop command

See merge request !406
parents 40175563 3b4e661d
Pipeline #690 passed with stage
in 0 seconds
......@@ -576,7 +576,7 @@ class Instance(AclBase, VirtualMachineDescModel, StatusModel, OperatedMixin,
host = self.get_connect_host(use_ipv6=use_ipv6)
proto = self.access_method
if proto == 'rdp':
return 'rdesktop %(host)s:%(port)d -u cloud -p %(pw)s' % {
return 'rdesktop %(host)s:%(port)d -u cloud -p %(pw)s -f' % {
'port': port, 'proto': proto, 'pw': self.pw,
'host': host}
elif proto == 'ssh':
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment