Bug 1042951

Summary: [RFE][oslo]: Let Oslo code compatible with Python 3
Product: Red Hat OpenStack Reporter: RHOS Integration <rhos-integ>
Component: RFEsAssignee: RHOS Maint <rhos-maint>
Status: CLOSED UPSTREAM QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: markmc, yeylon
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: https://blueprints.launchpad.net/oslo/+spec/make-python3-compatible
Whiteboard: upstream_milestone_none upstream_status_started upstream_definition_approved
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-03-19 16:50:50 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description RHOS Integration 2013-12-13 16:46:27 UTC
Cloned from launchpad blueprint https://blueprints.launchpad.net/oslo/+spec/make-python3-compatible.

Description:

Though we only run Oslo code  in Python2.6 and Python2.7, not in Python3.  Some incubation and stackforge projects were enforced in Python3.  They suffer  from Python3 compatible issue . They must make change in Oslo first,  then pass in their projects. This is an example [1].  This blueprint will follow  tips in [2] to fix compatibility bug.

[1] https://review.openstack.org/#/c/58070/
[2] http://pythonhosted.org/six/

Specification URL (additional information):

None