Re: [openstack-dev] [TripleO] Python 3 support in os-*-config

2014-08-15 Thread Ben Nemec
On 08/15/2014 02:30 AM, Dougal Matthews wrote: > Great stuff, really happy to see Python 3 support. > > - Original Message - >> From: "Steve Kowalik" >> To: openstack-dev@lists.openstack.org >> Sent: Friday, 15 August, 2014 4:11:04 AM >>

Re: [openstack-dev] [TripleO] Python 3 support in os-*-config

2014-08-15 Thread Dougal Matthews
Great stuff, really happy to see Python 3 support. - Original Message - > From: "Steve Kowalik" > To: openstack-dev@lists.openstack.org > Sent: Friday, 15 August, 2014 4:11:04 AM > Subject: [openstack-dev] [TripleO] Python 3 support in os-*-config > > * o

[openstack-dev] [TripleO] Python 3 support in os-*-config

2014-08-14 Thread Steve Kowalik
Hai, I've been poking at Python 3 support in os-*-config recently, and here's what is going on with it: * os-apply-config This one looks to be the hardest one to port. Multiple test failures, hard coded use of '#!/usr/bin/env python' which is unhappy in a only Python 3 environment, ma