Commit 4a0e75bf authored by Vivien Alger's avatar Vivien Alger

Added string formatting for vnc ip

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