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

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

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,

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-25 Thread Alessandro Pilotti
enstack.org>> Date: Thursday 26 November 2015 at 01:56 To: Claudiu Belu <cb...@cloudbasesolutions.com<mailto:cb...@cloudbasesolutions.com>>, "OpenStack Development Mailing List (not for usage questions)" <openstack-dev@lists.openstack.org<mailto:openstack-d

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-25 Thread Alessandro Pilotti
e questions)" <openstack-dev@lists.openstack.org<mailto:openstack-dev@lists.openstack.org>>, Claudiu Belu <cb...@cloudbasesolutions.com<mailto:cb...@cloudbasesolutions.com>> Subject: Re: [openstack-dev] [hyper-v] oslo.privsep vs Windows Thanks for the suggestion, and

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

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

2015-11-25 Thread Angus Lees
te: 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 >

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: > >

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

2015-11-25 Thread Angus Lees
2015 at 01:56 > To: Claudiu Belu <cb...@cloudbasesolutions.com>, "OpenStack Development > Mailing List (not for usage questions)" <openstack-dev@lists.openstack.org > > > Subject: Re: [openstack-dev] [hyper-v] oslo.privsep vs Windows > > So I spent a day yester

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

2015-11-25 Thread Alessandro Pilotti
v@lists.openstack.org>>, Claudiu Belu <cb...@cloudbasesolutions.com<mailto:cb...@cloudbasesolutions.com>> Subject: Re: [openstack-dev] [hyper-v] oslo.privsep vs Windows So seriously - how do you set up a dev environment for hyper-v? It doesn't have to be written up all nice and pretty

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 +=

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

[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)