Commit 23583f71 authored by Vivien Alger's avatar Vivien Alger

Changed url given to connection dictionnary

parent b1a8d510
......@@ -60,7 +60,8 @@ class Recipe(BaseSlapRecipe):
self.linkBinary()
self.computer_partition.setConnectionDict(dict(
vnc_connection_string = "https://[%s]:%s/vnc.html" % (noVNC_conf['source_ip'],
vnc_connection_string = "https://[%s]:%s/vnc.html?host=[%s]&port=%s" % (noVNC_conf['source_ip'],
noVNC_conf['source_port'], noVNC_conf['source_ip'],
noVNC_conf['source_port']
), vnc_password = kvm_conf['vnc_passwd']))
......
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 to comment