[ovirt-users] Python sdk 4 for Fedora 25 where?
Juan Hernández
jhernand at redhat.com
Wed Mar 8 17:07:11 UTC 2017
On 03/08/2017 05:58 PM, Gianluca Cecchi wrote:
> Hello,
> it seems that on my Fedora 25 I'm able to find
> only ovirt-engine-sdk-python that is 3.6.9.1
> What should I execute to get sdk 4 on Fedora 25?
> Can I have both the sdk 3 and 4 for test an a single machine?
>
> Thanks in advance,
> Gianluca
>
The best way to get the latest versions of those packages is to install
the oVirt release RPM:
dnf install http://resources.ovirt.org/pub/yum-repo/ovirt-release41.rpm
Then install the required packages. The names of the packages are
different for version 3 of the SDK and version 4 of the SDK, so you can
install both simultaneously:
Version 3: ovirt-engine-sdk-python
Version 4: python-ovirt-engine-sdk4
yum -y install ovirt-engine-sdk-python python-ovirt-engine-sdk4
Note that version 3 of the API, and version 3 of the SDK, are deprecated
since version 4 of the engine, and that they will be removed in version
4.2 of the engine, so prepare to migrate to version 4.
More information about the Users
mailing list