On Wed, Apr 15, 2020 at 5:19 PM PunkGeek <[email protected]> wrote:
> Hello, > How can I use ovirt tools that configure cloud-init vms by python? > https://red.ht/2K1gBkn > Actually, I want just to use this tool in my python libvirt script. > Best regards > Hi, You can use Python SDK. Here is an example using cloud init: https://github.com/oVirt/ovirt-engine-sdk/blob/master/sdk/examples/start_vm_with_cloud_init.py Regards, Liran. > _______________________________________________ > Users mailing list -- [email protected] > To unsubscribe send an email to [email protected] > Privacy Statement: https://www.ovirt.org/privacy-policy.html > oVirt Code of Conduct: > https://www.ovirt.org/community/about/community-guidelines/ > List Archives: > https://lists.ovirt.org/archives/list/[email protected]/message/WYXK2KZA4P4QRJ5WVVVZU6HFRBW77PIB/ >
_______________________________________________ Users mailing list -- [email protected] To unsubscribe send an email to [email protected] Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/[email protected]/message/KNMCJWAZ5D2CH4H7VBACFRKCEF6CFGGX/

