Jonas

Results 6 comments of Jonas

Hello @pipomambo, @bushdav, @ekinmanyak123, @shemaloic Could you try PR #56? I think the issue is caused by [ssl.PROTOCOL_TLS_CLIENT](https://docs.python.org/3/library/ssl.html#ssl.PROTOCOL_TLS_CLIENT) which was added in Python 3.6.

Sorry, I've only seen your comment just now. I updated the installation instructions and also the help text because that was a bit outdated.

Hey, thanks for the very quick initiative! [SNIP] After installing `ovirt-engine-sdk-python` from pypi it seems to work :)

I indeed see a conversion job being created in oVirt, but the format does not change. The job title in oVirt is "Converting disk test to Preallocated/RAW" when trying to...

I see no real error i the GUI. Here's a gist with the logs while the playbook is running: https://gist.github.com/spameier/be77ed3c6c28081bea85376f05e88d48

I could recreate the behaviour with `ovirtsdk4`. If I do not specify `disk.format` oVirt just converts raw to raw (or cow to cow). I think you need to add `disk.format...