Commit cfb43fbf authored by Vivien Alger's avatar Vivien Alger

Get vnc password

parent faa569d9
...@@ -61,8 +61,8 @@ class Recipe(BaseSlapRecipe): ...@@ -61,8 +61,8 @@ class Recipe(BaseSlapRecipe):
self.linkBinary() self.linkBinary()
self.computer_partition.setConnectionDict(dict( 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" % (noVNC_conf['source_ip'],
noVNC_conf['source_port'], noVNC_conf['source_port']
))) ), vnc_password = kvm_conf['vnc_passwd']))
return self.path_list return self.path_list
......
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