Commit e391a941 authored by Vivien Alger's avatar Vivien Alger

Corrected typo in function name

parent 7ae9acc6
......@@ -51,7 +51,7 @@ class Recipe(BaseSlapRecipe):
vnc_port = 5900 + kvm_conf['vnc_display']
noVNC_conf = self.installNovnc(source_ip = self.getGlobalIPv6Address(),
noVNC_conf = self.installNoVnc(source_ip = self.getGlobalIPv6Address(),
source_port = 6080,
target_ip = kvm_conf['vnc_ip'],
target_port = vnc_port,
......
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