Displaying 3 results from an estimated 3 matches for "changebegin".
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 & Te...
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...
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...