[openstack-dev] Why do we need python-fasteners and not just oslo.concurrency?

2015-07-15 Thread Thomas Goirand
Hi, I've seen that the latest version of taskflow needs fasteners, which handles lock stuff. Why can't this goes into oslo.concurrency? Cheers, Thomas Goirand (zigo) __ OpenStack Development Mailing List (not for usage

Re: [openstack-dev] Why do we need python-fasteners and not just oslo.concurrency?

2015-07-15 Thread Yuriy Taraday
On Wed, Jul 15, 2015 at 3:32 PM Thomas Goirand z...@debian.org wrote: I've seen that the latest version of taskflow needs fasteners, which handles lock stuff. Why can't this goes into oslo.concurrency? It already did (in a way): https://review.openstack.org/185291

Re: [openstack-dev] Why do we need python-fasteners and not just oslo.concurrency?

2015-07-15 Thread Joshua Harlow
For the same reason we don't move all of sqlalchemy into oslo.db. This is further explained @ - https://wiki.openstack.org/wiki/Oslo/CreatingANewLibrary#Choosing_a_Name - http://specs.openstack.org/openstack/oslo-specs/specs/policy/naming-libraries.html#proposed-policy Taskflow, tooz and