Re: [ovirt-users] How to create a vm cloned independent from python sdk

2014-12-11 Thread Amedeo Salvati
thanks! Best regards Amedeo Salvati Da Juan Hernández jhern...@redhat.com A Amedeo Salvati ame...@oscert.net, users@ovirt.org Cc Data Wed, 10 Dec 2014 19:12:31 +0100 Oggetto Re: [ovirt-users] How to create a vm cloned independent from python sdk On 12/10/2014 05

[ovirt-users] How to create a vm cloned independent from python sdk

2014-12-10 Thread Amedeo Salvati
Hello all, I'm trying to create a new VM using python sdk with it's disks cloned/independent and not on thin provisioning, when I create vm I use template (that has a preallocated disks), and I use this code to create a vm: api.vms.add(params.VM(name=VMNAME, memory=MEM*GB,

Re: [ovirt-users] How to create a vm cloned independent from python sdk

2014-12-10 Thread Juan Hernández
On 12/10/2014 05:11 PM, Amedeo Salvati wrote: Hello all, I'm trying to create a new VM using python sdk with it's disks cloned/independent and not on thin provisioning, when I create vm I use template (that has a preallocated disks), and I use this code to create a vm: