Commit 17459f8f authored by Vivien Alger's avatar Vivien Alger

Reverted string formatting of vnc ip

parent 23583f71
......@@ -76,7 +76,7 @@ class Recipe(BaseSlapRecipe):
Returns : Dictionnary kvm_conf
"""
kvm_conf = dict(vnc_ip = "%s" % (vnc_ip))
kvm_conf = dict(vnc_ip = vnc_ip)
connection_found = False
for tap_interface, dummy in self.parameter_dict['ip_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