
Hi Is there some document explaining changes between Python SDK versions 3.6 and 4.0? I just upgraded to package version 4.0 and I'm unable to find even the API object... Thanks James

On 08/30/2016 01:41 PM, James Michels wrote:
Hi
Is there some document explaining changes between Python SDK versions 3.6 and 4.0? I just upgraded to package version 4.0 and I'm unable to find even the API object...
There is no document explaining changes, but there are many examples written here: https://github.com/oVirt/ovirt-engine-sdk/tree/master/sdk/examples There is also description of usage here: https://github.com/oVirt/ovirt-engine-sdk/tree/master/sdk
Thanks
James
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users

As how I see it, lots of things have changed, that involves redoing a lot of code... Is it ok to use ovirt-engine-sdk-python 3.6.* against ovirt 4.0? If so, what are the requisites? Thanks James 2016-08-30 12:46 GMT+01:00 Ondra Machacek <omachace@redhat.com>:
On 08/30/2016 01:41 PM, James Michels wrote:
Hi
Is there some document explaining changes between Python SDK versions 3.6 and 4.0? I just upgraded to package version 4.0 and I'm unable to find even the API object...
There is no document explaining changes, but there are many examples written here:
https://github.com/oVirt/ovirt-engine-sdk/tree/master/sdk/examples
There is also description of usage here:
https://github.com/oVirt/ovirt-engine-sdk/tree/master/sdk
Thanks
James
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users

Yes, you can use it. There are no requisites. Python SDK version 4 uses v4 API, and Python SDK version 3 uses v3 API. oVirt 4.0 supports both versions of the API. But in future v3 API will be removed, so you would need to migrate to Python SDK version 4 anyway. On 08/30/2016 01:52 PM, James Michels wrote:
As how I see it, lots of things have changed, that involves redoing a lot of code... Is it ok to use ovirt-engine-sdk-python 3.6.* against ovirt 4.0? If so, what are the requisites?
Thanks
James
2016-08-30 12:46 GMT+01:00 Ondra Machacek <omachace@redhat.com <mailto:omachace@redhat.com>>:
On 08/30/2016 01:41 PM, James Michels wrote:
Hi
Is there some document explaining changes between Python SDK versions 3.6 and 4.0? I just upgraded to package version 4.0 and I'm unable to find even the API object...
There is no document explaining changes, but there are many examples written here:
https://github.com/oVirt/ovirt-engine-sdk/tree/master/sdk/examples <https://github.com/oVirt/ovirt-engine-sdk/tree/master/sdk/examples>
There is also description of usage here:
https://github.com/oVirt/ovirt-engine-sdk/tree/master/sdk <https://github.com/oVirt/ovirt-engine-sdk/tree/master/sdk>
Thanks
James
_______________________________________________ Users mailing list Users@ovirt.org <mailto:Users@ovirt.org> http://lists.ovirt.org/mailman/listinfo/users <http://lists.ovirt.org/mailman/listinfo/users>
participants (2)
-
James Michels
-
Ondra Machacek