Displaying 3 results from an estimated 3 matches for "interfacelookupbynam".
Did you mean:
interfacelookupbyname
2015 Oct 29
2
changeBegin() on python API
Hi,
is changeBegin() working on python? I was trying to use the following
method:
if = conn.interfaceLookupByName("name")
if.undefine()
I saw that changeBegin() does not commit changes, but i can't use it.
--
Ramon Nunes Medeiros
Kimchi Developer
Linux Technology Center Brazil
IBM Systems & Technology Group
Phone : +55 19 2132 7878
ramonn@br.ibm.com
2015 Nov 02
1
Re: changeBegin() on python API
On 10/30/2015 07:02 AM, Michal Privoznik wrote:
> On 29.10.2015 15:22, Ramon Medeiros wrote:
>> Hi,
>>
>> is changeBegin() working on python? I was trying to use the following
>> method:
>>
>> if = conn.interfaceLookupByName("name")
>> if.undefine()
>>
>> I saw that changeBegin() does not commit changes, but i can't use it.
>>
> This python API boils down to virInterfaceChangeBegin() but as such it's
> implemented just for netcf backend. So if you're on a distro wher...
2015 Oct 30
0
Re: changeBegin() on python API
On 29.10.2015 15:22, Ramon Medeiros wrote:
> Hi,
>
> is changeBegin() working on python? I was trying to use the following
> method:
>
> if = conn.interfaceLookupByName("name")
> if.undefine()
>
> I saw that changeBegin() does not commit changes, but i can't use it.
>
This python API boils down to virInterfaceChangeBegin() but as such it's
implemented just for netcf backend. So if you're on a distro where udev
is used instead,...