Commit a9660e6a authored by Vivien Alger's avatar Vivien Alger

Added qemu_path to kvm configuration dictionnary

parent 82ffcb56
......@@ -100,6 +100,7 @@ class Recipe(BaseSlapRecipe):
kvm_conf['database_path'] = os.path.join(self.data_root_directory,
'slapmonitor_database')
kvm_conf['python_path'] = sys.executable
kvm_conf.append(self.options['qemu_path'])
#xml_path = os.path.join(self.var_directory, 'slapreport.xml' )
# Create disk if needed
......
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