_______________________________________________Hi allI've got the following Python snippet which works fine under 4.3 but I need it to work under 4.1 as well.---nics_service = vms_service.vm_service(vm.id).nics_service()
nic = nics_service.list(search='name=nic1')[0]---Under 4.1, it barfs on "nics_service.list(search='name=nic1')[0]".What do I need to do to make it work under 4.1?Thanks
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-leave@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/
List Archives: https://lists.ovirt.org/archives/list/users@ovirt.org/message/AIULSYOC4SNJKS7CFJAFQIFSLVFICICQ/