[openstack-dev] [Magnum] Python 3 support

Tom Cammann tom.cammann at hp.com
Thu Jun 25 13:03:17 UTC 2015


Hello team,

I’ve submitted a blueprint[1] for adding python 3 compatibility to Magnum. Many
of the other integrate release OpenStack projects have started on this[2]
journey and it would be great to add ourselves to that list.

This will entail refactoring a fairly small amount of code throughout the
codebase, this includes the auto-generated code for pythonk8sclient. I have
submitted a small patch[3] already to replace `dict.iteritems()` with
`dict.items()` and there are initial concerns raised by Madhuri and Kennan with
intent to get consensus from the team on the direction of this type of patch.

There has been a little discussion on the patch itself and would like to
continue that discussion on the mailing list.

Thanks,

Tom


[1] https://blueprints.launchpad.net/magnum/+spec/magnum-python3 <https://blueprints.launchpad.net/magnum/+spec/magnum-python3>
[2] https://wiki.openstack.org/wiki/Python3#OpenStack_applications <https://wiki.openstack.org/wiki/Python3#OpenStack_applications>
[3] https://review.openstack.org/#/c/195270/ <https://review.openstack.org/#/c/195270/>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20150625/a53293ad/attachment.html>


More information about the OpenStack-dev mailing list