[openstack-dev] [nova]nova not work with eventlet 0.16.0

2015-01-06 Thread Eli Qiao
hi all , I set up nova environment with latest upstream code. nova-compute can not boot up due to failed to load libvirt driver. by further debugging. found that eventlet (0.16.0) remove util which is referenced by libvirt driver. after I downgrade to (0.15.2) it works. *0.15.2* In [3]: print

Re: [openstack-dev] [nova]nova not work with eventlet 0.16.0

2015-01-06 Thread Jay Pipes
Thanks Eli, please do file a bug on Launchpad with your information below. Best, -jay On 01/06/2015 04:18 AM, Eli Qiao wrote: hi all , I set up nova environment with latest upstream code. nova-compute can not boot up due to failed to load libvirt driver. by further debugging. found that eventle

Re: [openstack-dev] [nova]nova not work with eventlet 0.16.0

2015-01-06 Thread Matt Riedemann
On 1/6/2015 6:33 AM, Jay Pipes wrote: Thanks Eli, please do file a bug on Launchpad with your information below. Best, -jay On 01/06/2015 04:18 AM, Eli Qiao wrote: hi all , I set up nova environment with latest upstream code. nova-compute can not boot up due to failed to load libvirt driver.

Re: [openstack-dev] [nova]nova not work with eventlet 0.16.0

2015-01-06 Thread Daniel P. Berrange
On Tue, Jan 06, 2015 at 10:21:10AM -0600, Matt Riedemann wrote: > Odd...eventlet 0.16.0 was released on 12/30 and the eventlet.util import is > still in the libvirt host module, but this isn't blowing up in the Jenkins > runs, so what's different? There isn't a version cap on eventlet in > global-

Re: [openstack-dev] [nova]nova not work with eventlet 0.16.0

2015-01-06 Thread Ihar Hrachyshka
On 01/06/2015 05:33 PM, Daniel P. Berrange wrote: On Tue, Jan 06, 2015 at 10:21:10AM -0600, Matt Riedemann wrote: Odd...eventlet 0.16.0 was released on 12/30 and the eventlet.util import is still in the libvirt host module, but this isn't blowing up in the Jenkins runs, so what's different? The

Re: [openstack-dev] [nova]nova not work with eventlet 0.16.0

2015-01-06 Thread Daniel P. Berrange
On Tue, Jan 06, 2015 at 05:36:38PM +0100, Ihar Hrachyshka wrote: > On 01/06/2015 05:33 PM, Daniel P. Berrange wrote: > >On Tue, Jan 06, 2015 at 10:21:10AM -0600, Matt Riedemann wrote: > >>Odd...eventlet 0.16.0 was released on 12/30 and the eventlet.util import is > >>still in the libvirt host modul

Re: [openstack-dev] [nova]nova not work with eventlet 0.16.0

2015-01-06 Thread victor stinner
Hi, > I set up nova environment with latest upstream code. > nova-compute can not boot up due to failed to load libvirt driver. > by further debugging. found that eventlet (0.16.0) remove util which is > referenced by libvirt driver. > after I downgrade to (0.15.2) it works. Can you please try my

Re: [openstack-dev] [nova]nova not work with eventlet 0.16.0

2015-01-06 Thread Dr. Jens Rosenboom
Am 06/01/15 um 18:01 schrieb Daniel P. Berrange: On Tue, Jan 06, 2015 at 05:36:38PM +0100, Ihar Hrachyshka wrote: On 01/06/2015 05:33 PM, Daniel P. Berrange wrote: On Tue, Jan 06, 2015 at 10:21:10AM -0600, Matt Riedemann wrote: Odd...eventlet 0.16.0 was released on 12/30 and the eventlet.util

Re: [openstack-dev] [nova]nova not work with eventlet 0.16.0

2015-01-06 Thread Thomas Goirand
On 01/06/2015 09:56 PM, victor stinner wrote: > Hi, > >> I set up nova environment with latest upstream code. >> nova-compute can not boot up due to failed to load libvirt driver. >> by further debugging. found that eventlet (0.16.0) remove util which is >> referenced by libvirt driver. >> after I

Re: [openstack-dev] [nova]nova not work with eventlet 0.16.0

2015-01-06 Thread Eli Qiao
在 2015年01月07日 04:56, victor stinner 写道: Hi, I set up nova environment with latest upstream code. nova-compute can not boot up due to failed to load libvirt driver. by further debugging. found that eventlet (0.16.0) remove util which is referenced by libvirt driver. after I downgrade to (0.15.2

Re: [openstack-dev] [nova]nova not work with eventlet 0.16.0

2015-01-13 Thread Adam Gandelman
So eventlet 0.16.x has started hitting slaves and breaking stable branches (its not like we weren't warned :\ ) https://bugs.launchpad.net/nova/+bug/1410626 Should hopefully be resolved by eventlet versions caps in icehouse + juno's requirements: https://review.openstack.org/#/q/I4bbbeb5bf9c22ed

Re: [openstack-dev] [nova]nova not work with eventlet 0.16.0

2015-01-14 Thread Dr. Jens Rosenboom
Am 14/01/15 um 05:17 schrieb Adam Gandelman: So eventlet 0.16.x has started hitting slaves and breaking stable branches (its not like we weren't warned :\ ) https://bugs.launchpad.net/nova/+bug/1410626 Should hopefully be resolved by eventlet versions caps in icehouse + juno's requirements: ht

Re: [openstack-dev] [nova]nova not work with eventlet 0.16.0

2015-01-14 Thread Joe Gordon
On Jan 14, 2015 10:09 PM, "Dr. Jens Rosenboom" wrote: > > Am 14/01/15 um 05:17 schrieb Adam Gandelman: > >> So eventlet 0.16.x has started hitting slaves and breaking stable branches >> (its not like we weren't warned :\ ) >> >> https://bugs.launchpad.net/nova/+bug/1410626 >> >> Should hopefully b

Re: [openstack-dev] [nova]nova not work with eventlet 0.16.0

2015-01-14 Thread Sean Dague
On 01/14/2015 04:08 AM, Dr. Jens Rosenboom wrote: > Am 14/01/15 um 05:17 schrieb Adam Gandelman: >> So eventlet 0.16.x has started hitting slaves and breaking stable >> branches >> (its not like we weren't warned :\ ) >> >> https://bugs.launchpad.net/nova/+bug/1410626 >> >> Should hopefully be reso

Re: [openstack-dev] [nova]nova not work with eventlet 0.16.0

2015-01-14 Thread Daniel P. Berrange
On Wed, Jan 14, 2015 at 07:39:59AM -0500, Sean Dague wrote: > On 01/14/2015 04:08 AM, Dr. Jens Rosenboom wrote: > > Am 14/01/15 um 05:17 schrieb Adam Gandelman: > >> So eventlet 0.16.x has started hitting slaves and breaking stable > >> branches > >> (its not like we weren't warned :\ ) > >> > >> h

Re: [openstack-dev] [nova]nova not work with eventlet 0.16.0

2015-01-14 Thread Ihar Hrachyshka
On 01/14/2015 01:44 PM, Daniel P. Berrange wrote: On Wed, Jan 14, 2015 at 07:39:59AM -0500, Sean Dague wrote: On 01/14/2015 04:08 AM, Dr. Jens Rosenboom wrote: Am 14/01/15 um 05:17 schrieb Adam Gandelman: So eventlet 0.16.x has started hitting slaves and breaking stable branches (its not like

Re: [openstack-dev] [nova]nova not work with eventlet 0.16.0

2015-01-14 Thread Sean Dague
On 01/14/2015 07:58 AM, Ihar Hrachyshka wrote: > > On 01/14/2015 01:44 PM, Daniel P. Berrange wrote: >> On Wed, Jan 14, 2015 at 07:39:59AM -0500, Sean Dague wrote: >>> On 01/14/2015 04:08 AM, Dr. Jens Rosenboom wrote: Am 14/01/15 um 05:17 schrieb Adam Gandelman: > So eventlet 0.16.x has s