Commit e83b54bb by Guba Sándor

instance: fix save_as system parameter

parent 91f2eb92
......@@ -1141,7 +1141,7 @@ class Instance(AclBase, VirtualMachineDescModel, StatusModel,
'priority': self.priority,
'ram_size': self.ram_size,
'raw_data': self.raw_data,
'system': self.template.system if self.template else "",
'system': self.system,
}
params.update(kwargs)
......
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 sign in to comment