Commit 9eb28502 authored by Vivien Alger's avatar Vivien Alger

Added missing arguments to kvm configuration dictionnary

parent 52f70c29
......@@ -137,7 +137,8 @@ class Recipe(BaseSlapRecipe):
# [database_path, python_path])
kvm_conf['vnc_display'] = 1
kvm_conf['smp_count'] = self.options['smp_count']
kvm_conf['ram_size'] = self.options['ram_size']
return kvm_conf
def installNoVnc(self, source_ip, source_port, target_ip, target_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