oVirt / python-ovirt-engine-sdk4

Python SDK for version 4 of the oVirt Engine API
Apache License 2.0
14 stars 24 forks source link

Switched some storage examples (using disks_service) to explicitly use python3 and fixed the resulting incompatibilities. #74

Closed rokkbert closed 2 years ago

rokkbert commented 2 years ago

Switched some storage examples (using disks_service, storage_domains_service and image_transfers_service) to explicitly use python3 and fixed the resulting incompatibilities.

All examples are supposed to use python3 in the end.

Signed-off-by: Rob Linden rlinden@redhat.com