Bug 1641328

Summary: Package and code change for python2/3 compatibility
Product: [oVirt] ovirt-guest-agent Reporter: Gal Zaidman <gzaidman>
Component: PackagingAssignee: Milan Zamazal <mzamazal>
Status: CLOSED WONTFIX QA Contact: meital avital <mavital>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 1.0.13CC: bugs, michal.skrivanek, mtessun, rbarry
Target Milestone: ---Flags: sbonazzo: ovirt-4.3-
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-01-16 11:52:08 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: Virt RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Gal Zaidman 2018-10-21 09:17:13 UTC
With the need for python3.6 support for ovirt,
and considering the best practices for Python packaging,
https://fedoraproject.org/wiki/Packaging:Python#Byte_compiling

we must package for python2/3 compatibility, require the correct python2/3 packages, and make code changes to fit python3 syntax

Comment 1 Michal Skrivanek 2019-01-16 11:52:08 UTC
we won't ship ovirt-ga on python3

For Linux qemu-ga is a replacement on RHEL8 (or any other recent OS)
For Windows we'll keep using py2 for as long as it keeps works, gradually qemu-ga is also the intended replacement.

Comment 2 Sandro Bonazzola 2019-01-16 12:27:40 UTC
(In reply to Michal Skrivanek from comment #1)
> we won't ship ovirt-ga on python3
> 
> For Linux qemu-ga is a replacement on RHEL8 (or any other recent OS)
> For Windows we'll keep using py2 for as long as it keeps works, gradually
> qemu-ga is also the intended replacement.

Martin, can you ack on this close won't fix?

Comment 3 Martin Tessun 2019-01-17 18:39:52 UTC
(In reply to Sandro Bonazzola from comment #2)
> (In reply to Michal Skrivanek from comment #1)
> > we won't ship ovirt-ga on python3
> > 
> > For Linux qemu-ga is a replacement on RHEL8 (or any other recent OS)
> > For Windows we'll keep using py2 for as long as it keeps works, gradually
> > qemu-ga is also the intended replacement.
> 
> Martin, can you ack on this close won't fix?

Acked. We have all functionality moved to qemu-ga now (besides SSO which will get dropped).