[openstack-dev] [Olso][DB] Remove eventlet from oslo.db

2013-12-02 Thread Victor Sergeyev
Hi folks! At the moment I and Roman Podoliaka are working on splitting of openstack.common.db code into a separate library. And it would be nice to drop dependency on eventlet before oslo.db is released. Currently, there is only one place in oslo.db where we use eventlet - wrapping of DB API meth

Re: [openstack-dev] [Olso][DB] Remove eventlet from oslo.db

2013-12-02 Thread Russell Bryant
On 12/02/2013 09:02 AM, Victor Sergeyev wrote: > Hi folks! > > At the moment I and Roman Podoliaka are working on splitting of > openstack.common.db code into a separate library. And it would be nice > to drop dependency on eventlet before oslo.db is released. > > Currently, there is only one pla

Re: [openstack-dev] [Olso][DB] Remove eventlet from oslo.db

2013-12-02 Thread Jay Pipes
On 12/02/2013 09:02 AM, Victor Sergeyev wrote: Hi folks! At the moment I and Roman Podoliaka are working on splitting of openstack.common.db code into a separate library. And it would be nice to drop dependency on eventlet before oslo.db is released. Currently, there is only one place in oslo.d

Re: [openstack-dev] [Olso][DB] Remove eventlet from oslo.db

2013-12-02 Thread Andrew Laski
On 12/02/13 at 09:08am, Russell Bryant wrote: On 12/02/2013 09:02 AM, Victor Sergeyev wrote: Hi folks! At the moment I and Roman Podoliaka are working on splitting of openstack.common.db code into a separate library. And it would be nice to drop dependency on eventlet before oslo.db is released

Re: [openstack-dev] [Olso][DB] Remove eventlet from oslo.db

2013-12-02 Thread Russell Bryant
On 12/02/2013 09:51 AM, Andrew Laski wrote: > On 12/02/13 at 09:08am, Russell Bryant wrote: >> On 12/02/2013 09:02 AM, Victor Sergeyev wrote: >>> Hi folks! >>> >>> At the moment I and Roman Podoliaka are working on splitting of >>> openstack.common.db code into a separate library. And it would be n

Re: [openstack-dev] [Olso][DB] Remove eventlet from oslo.db

2013-12-03 Thread Mark McLoughlin
On Mon, 2013-12-02 at 16:02 +0200, Victor Sergeyev wrote: > Hi folks! > > At the moment I and Roman Podoliaka are working on splitting of > openstack.common.db code into a separate library. And it would be nice to > drop dependency on eventlet before oslo.db is released. > > Currently, there is o

Re: [openstack-dev] [Olso][DB] Remove eventlet from oslo.db

2013-12-03 Thread Roman Podoliaka
Hey all, Mark, Yes, that's exactly what we were going to do! (and there is a similar class in eventlet itself, Victor is currently trying to run Nova with it applied, so we might end up with no module/class at all, but rather use the one from eventlet instead) Thank you all for your feedback! Ro