Re: [ovirt-users] how update the network name of a vmnic with API SDK python ?

2018-03-21 Thread Nicolas Vaye
Thank you Dominik, it works. Message initial Date: Wed, 21 Mar 2018 08:19:38 +0100 Objet: Re: [ovirt-users] how update the network name of a vmnic with API SDK python ? Cc: users@ovirt.org mailto:%22us...@ovirt.org%22%20%3cus...@ovirt.org%3e>> À: Nicolas Vaye mailto:n

Re: [ovirt-users] how update the network name of a vmnic with API SDK python ?

2018-03-21 Thread Dominik Holler
On Wed, 21 Mar 2018 05:30:25 + Nicolas Vaye wrote: > Hi, > > i want to change the network name of the existing nic for a VM with > python SDK API ? Can i have some help please ? > > the VM name is testnico > the nic name is nic1 > the new network name is vlan_NEW > > and here is the source

[ovirt-users] how update the network name of a vmnic with API SDK python ?

2018-03-20 Thread Nicolas Vaye
Hi, i want to change the network name of the existing nic for a VM with python SDK API ? Can i have some help please ? the VM name is testnico the nic name is nic1 the new network name is vlan_NEW and here is the source file written by me (which doesn't work) : #!/usr/bin/env python # -*- cod