Re: [ovirt-users] create a cloned virtual machine based on a template with SDK API python

2018-03-22 Thread Nicolas Vaye
Objet: [ovirt-users] create a cloned virtual machine based on a template with SDK API python À: users@ovirt.org mailto:%22us...@ovirt.org%22%20%3cus...@ovirt.org%3e>> Reply-to: Nicolas Vaye De: Nicolas Vaye mailto:nicolas%20vaye%20%3cnicolas.v...@province-sud.nc%3e>> Hi, I want to

Re: [ovirt-users] create a cloned virtual machine based on a template with SDK API python

2018-03-22 Thread Fred Rolland
Hi Nicolas, You can find an example here: https://github.com/oVirt/ovirt-engine-sdk/blob/21f637345597729240f217cfe84fe2a2cf39a655/sdk/examples/add_independet_vm.py#L56 Regards, Fred On Thu, Mar 22, 2018 at 9:09 AM, Nicolas Vaye wrote: > Hi, > > I want to create a cloned virtual machine based

[ovirt-users] create a cloned virtual machine based on a template with SDK API python

2018-03-22 Thread Nicolas Vaye
Hi, I want to create a cloned virtual machine based on a template with SDK API python and i don't find the parameter to indicate the clone action for the disk here is my code : #!/usr/bin/env python # -*- coding: utf-8 -*- # # Copyright (c) 2016 Red Hat, Inc. # # Licensed under the Apache Lice