Re: [openstack-dev] [kuryr] Python 3 usage and kuryr-kubernetes

2016-09-01 Thread Victor Stinner
Hi, Le 30/08/2016 à 16:39, Antoni Segura Puimedon a écrit : a) Work with the OpenStack distributions to ensure python3.5 support is reached soon for Kuryr and its dependencies (some listed below): * babel * oslo.concurrency * oslo.config * oslo.log * oslo.utils * pbr * pyroute2

Re: [openstack-dev] [kuryr] Python 3 usage and kuryr-kubernetes

2016-08-31 Thread Antoni Segura Puimedon
On Wed, Aug 31, 2016 at 9:23 AM, Jaume Devesa wrote: > Hi Toni, > > > I am +1 on a). Kuryr-kubernetes is an asynchronous service. We are not > talking about some binary/unicode mismatch or list/generators return type > that can be solved with 'six' library or some 'utils'

Re: [openstack-dev] [kuryr] Python 3 usage and kuryr-kubernetes

2016-08-31 Thread Jaume Devesa
Hi Toni, I am +1 on a). Kuryr-kubernetes is an asynchronous service. We are not talking about some binary/unicode mismatch or list/generators return type that can be solved with 'six' library or some 'utils' module. If we go to python2 that will force us to re-do all the core part of the

[openstack-dev] [kuryr] Python 3 usage and kuryr-kubernetes

2016-08-30 Thread Antoni Segura Puimedon
Hi fellow kuryrs! This email is gonna be a bit long, so I'll put it in parts. Kubernetes integration components == As you know, we are now in the process of upstreaming the Kuryr Kubernetes PoC that the Kuryr team at Midokura did. This PoC upstreaming effort has two main