ovirt-engine-sdk icon indicating copy to clipboard operation
ovirt-engine-sdk copied to clipboard

oVirt Python SDK

Results 7 ovirt-engine-sdk issues
Sort by recently updated
recently updated
newest added

Trying to build the sdk on Fedora 36 following the README: ``` $ mvn package -Dskipflake=true -DskipTests=true [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] oVirt...

bug

When I use this script always I have to execute it twice and attach disk manually. Because the script doesn't attach disk to vm automatically. And when the script tries...

I have been trying to setup CI on Github using "Actions" and unable to get through installing the gem `ovirt-engine-sdk -v '4.2.4'`. I have got the necessary packages installed already....

C:\Users\Lucy kiassucumuca\Desktop\Odoo\python>python.exe -m pip install ovirt-engine-sdk-python Collecting ovirt-engine-sdk-python Using cached ovirt-engine-sdk-python-4.4.12.tar.gz (334 kB) Requirement already satisfied: pycurl>=7.19.0 in c:\users\lucy kiassucumuca\desktop\odoo\python\lib\site-packages (from ovirt-engine-sdk-python) (7.43.0.5) Requirement already satisfied: six in c:\users\lucy kiassucumuca\desktop\odoo\python\lib\site-packages...

Fixes https://github.com/oVirt/ovirt-engine-sdk/issues/59. I guess the code examples were deleted unintentionally sometime before. So I bring them back in this PR. Please review at your time. Thanks.

I find that the SDK code examples are no longer in the repository. May I ask why, as the examples are constructive and helpful. The readme file [here](https://github.com/oVirt/ovirt-engine-sdk/blob/91ffc9412a982eab5754edd18bed8eb412e592a3/sdk/README.adoc#more-information) still shows...