Re: [openstack-dev] [release][oslo] ImportError: No module named netifaces

2015-12-07 Thread Joshua Harlow
As u wish: https://review.openstack.org/#/c/254523/ -Josh Jeremy Stanley wrote: On 2015-12-07 17:37:41 -0800 (-0800), Joshua Harlow wrote: Should be fixed in https://review.openstack.org/#/c/254379/ (once that flushes through all the things); follow ups can tweak that to work in a different m

Re: [openstack-dev] [release][oslo] ImportError: No module named netifaces

2015-12-07 Thread Steve Martinelli
I tossed up a patch to release 3.2.0: https://review.openstack.org/#/c/254519/ stevemar From: Jeremy Stanley To: "OpenStack Development Mailing List (not for usage questions)" Date: 2015/12/07 09:56 PM Subject: Re: [openstack-dev] [release][oslo] Impor

Re: [openstack-dev] [release][oslo] ImportError: No module named netifaces

2015-12-07 Thread Jeremy Stanley
On 2015-12-07 17:37:41 -0800 (-0800), Joshua Harlow wrote: > Should be fixed in https://review.openstack.org/#/c/254379/ (once that > flushes through all the things); follow ups can tweak that to work in a > different manner. Well, needs a follow-up oslo.utils release tagged (3.2.0?) so that other

Re: [openstack-dev] [release][oslo] ImportError: No module named netifaces

2015-12-07 Thread Joshua Harlow
Should be fixed in https://review.openstack.org/#/c/254379/ (once that flushes through all the things); follow ups can tweak that to work in a different manner. Jeremy Stanley wrote: And there's a bug open at https://launchpad.net/bugs/1523706 for this issue as well.

Re: [openstack-dev] [release][oslo] ImportError: No module named netifaces (was: oslo.utils release 3.1.0)

2015-12-07 Thread Jeremy Stanley
And there's a bug open at https://launchpad.net/bugs/1523706 for this issue as well. -- Jeremy Stanley __ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ...@lists.openstack.org?sub

Re: [openstack-dev] [release][oslo] ImportError: No module named netifaces (was: oslo.utils release 3.1.0)

2015-12-07 Thread Jeremy Stanley
On 2015-12-07 23:03:56 + (+), Jeremy Stanley wrote: [...] > from oslo_utils import netutils [...] FWIW, here's a query for repos following the above pattern: http://codesearch.openstack.org/?q=import%20netutils Any of those not carrying either netifaces or oslo.utils[netiface

[openstack-dev] [release][oslo] ImportError: No module named netifaces (was: oslo.utils release 3.1.0)

2015-12-07 Thread Jeremy Stanley
On 2015-12-07 22:56:16 +0300 (+0300), dava...@gmail.com wrote: > We are glad to announce the release of: > > oslo.utils 3.1.0: Oslo Utility library [...] > 2abbe1c Move netifaces to extras [...] > Requirements updates > > > diff --git a/requirements.txt b/requirements.txt > i