Re: [openstack-dev] [hyper-v] oslo.privsep vs Windows

2015-12-03 Thread Davanum Srinivas
Angus, I took a stab at it: https://review.openstack.org/#/c/253070/ Also, can you please request a oslo.privsep release in the openstack/releases repo for the library with a specific SHA when you think we are ready? Thanks, Dims On Thu, Dec 3, 2015 at 6:01 PM, Angus Lees wrote: > On Tue, 1 De

Re: [openstack-dev] [hyper-v] oslo.privsep vs Windows

2015-12-03 Thread Angus Lees
On Tue, 1 Dec 2015 at 00:20 Thierry Carrez wrote: > Sean Dague wrote: > > Right, so to me this seems that privsep just needs a NULL mode, and > > we're done. If oslo.rootrwap was never supported on windows, I don't > > think privsep really needs to be in a real way. > > +1 > Agreed. I need to m

Re: [openstack-dev] [hyper-v] oslo.privsep vs Windows

2015-11-30 Thread Thierry Carrez
Sean Dague wrote: > Right, so to me this seems that privsep just needs a NULL mode, and > we're done. If oslo.rootrwap was never supported on windows, I don't > think privsep really needs to be in a real way. +1 -- Thierry Carrez (ttx) ___

Re: [openstack-dev] [hyper-v] oslo.privsep vs Windows

2015-11-30 Thread Sean Dague
On 11/24/2015 06:01 AM, Claudiu Belu wrote: > Hello, > > Thanks Dims for raising the concern and Angus for reaching out. :) > > Most of the time, python development on Windows is not too far off from > Linux. But the two systems are quite different, which imply different > modules (fcntl, pwd, gr

Re: [openstack-dev] [hyper-v] oslo.privsep vs Windows

2015-11-25 Thread Angus Lees
On Thu, 26 Nov 2015 at 14:19 Robert Collins wrote: > On 26 November 2015 at 15:54, Alessandro Pilotti > wrote: > > When done, open a PowerShell or command prompt and set your PATH and > > PYTHONPATH e.g.: > > > > $ENV:PATH += ";C:\Python27;C:\Python27\Scripts" > > $ENV:PYTHONPATH = "." > Wow, t

Re: [openstack-dev] [hyper-v] oslo.privsep vs Windows

2015-11-25 Thread Robert Collins
On 26 November 2015 at 15:54, Alessandro Pilotti wrote: > Basic Python development does not really differ too much on Windows compared > to Linux. > > Let’s start with the Python environment. I’d recommend to install a 2.7 > (x86) one and a 3.4 (x64) one: > > https://www.python.org/ftp/python/2.7.

Re: [openstack-dev] [hyper-v] oslo.privsep vs Windows

2015-11-25 Thread Alessandro Pilotti
t; mailto:openstack-dev@lists.openstack.org>> Date: Thursday 26 November 2015 at 04:22 To: "OpenStack Development Mailing List (not for usage questions)" mailto:openstack-dev@lists.openstack.org>>, Claudiu Belu mailto:cb...@cloudbasesolutions.com>> Subject: Re: [opensta

Re: [openstack-dev] [hyper-v] oslo.privsep vs Windows

2015-11-25 Thread Tony Breeds
On Thu, Nov 26, 2015 at 02:11:01AM +, Alessandro Pilotti wrote: > Angus, > > "I'm afraid this has to be easy for me or I'm just not going to be able to > sustain the effort required :-/ )" > > What a tragedy, I’m s sorry that life is so terribly bitter and requires > some effort to supp

Re: [openstack-dev] [hyper-v] oslo.privsep vs Windows

2015-11-25 Thread Angus Lees
rg> > Date: Thursday 26 November 2015 at 03:23 > To: "OpenStack Development Mailing List (not for usage questions)" < > openstack-dev@lists.openstack.org>, Claudiu Belu < > cb...@cloudbasesolutions.com> > > Subject: Re: [openstack-dev] [hyper-v] oslo.privsep vs Windows > &g

Re: [openstack-dev] [hyper-v] oslo.privsep vs Windows

2015-11-25 Thread Alessandro Pilotti
nstack-dev@lists.openstack.org>>, Claudiu Belu mailto:cb...@cloudbasesolutions.com>> Subject: Re: [openstack-dev] [hyper-v] oslo.privsep vs Windows Thanks for the suggestion, and having a CI bot running on oslo.privsep would be a good thing once the basic code works on Windows - I would have expe

Re: [openstack-dev] [hyper-v] oslo.privsep vs Windows

2015-11-25 Thread Angus Lees
ember 2015 at 01:56 > To: Claudiu Belu , "OpenStack Development > Mailing List (not for usage questions)" > > Subject: Re: [openstack-dev] [hyper-v] oslo.privsep vs Windows > > So I spent a day yesterday trying to get to the point where I could just > run a no-change &quo

Re: [openstack-dev] [hyper-v] oslo.privsep vs Windows

2015-11-25 Thread Alessandro Pilotti
01:56 To: Claudiu Belu mailto:cb...@cloudbasesolutions.com>>, "OpenStack Development Mailing List (not for usage questions)" mailto:openstack-dev@lists.openstack.org>> Subject: Re: [openstack-dev] [hyper-v] oslo.privsep vs Windows So I spent a day yesterday trying to get to the po

Re: [openstack-dev] [hyper-v] oslo.privsep vs Windows

2015-11-25 Thread Angus Lees
So I spent a day yesterday trying to get to the point where I could just run a no-change "tox" successfully on windows. Unfortunately I gave up when I realised I still had several days of downloading+building things ahead of me and clearly I was doing it the hard way :( Could you point me to the

Re: [openstack-dev] [hyper-v] oslo.privsep vs Windows

2015-11-24 Thread Claudiu Belu
Hello, Thanks Dims for raising the concern and Angus for reaching out. :) Most of the time, python development on Windows is not too far off from Linux. But the two systems are quite different, which imply different modules (fcntl, pwd, grp modules do not exist in Windows) or different implemen

[openstack-dev] [hyper-v] oslo.privsep vs Windows

2015-11-23 Thread Angus Lees
Dims has just raised[1] the excellent concern that oslo.privsep will need to at least survive on Windows, because hyper-v. I have no real experience coding on windows (I wrote a windows C program once, but I only ever ran it under wine ;) and certainly none within an OpenStack/python context: 1)