Add Python 3.x support
It would be nice to provide Python 3 support for Kolla. We can achieve this using six library.
Blueprint information
- Status:
- Complete
- Approver:
- Sam Yaple
- Priority:
- Low
- Drafter:
- Michal Rostecki
- Direction:
- Approved
- Assignee:
- Michal Rostecki
- Definition:
- Approved
- Series goal:
- Accepted for mitaka
- Implementation:
- Implemented
- Milestone target:
- mitaka-2
- Started by
- Michal Rostecki
- Completed by
- Michal Rostecki
Related branches
Related bugs
Sprints
Whiteboard
This should not be hard, all of our libraries are python3 compatible. This is mostly just using six like the rest of openstack in build.py --SamYaple
Please set the series goal when approving blueprints. thanks :) --sdake
Gerrit topic: https:/
Addressed by: https:/
[WIP] Add Python 3.x support
Addressed by: https:/
Add Python 3.x support in set_configs.py
Addressed by: https:/
Use dict.items() for adding Python 3 compatibility
Gerrit topic: https:/
Addressed by: https:/
Add base_package_type
Work Items
Work items:
sixify build.py: DONE
sixify set_config.py: TODO
add py3 jobs to gate: TODO