OpenStack library for all concurrency-related code
Go to file
Julien Danjou 9a37f27f61 lockutils: catch BusyError when locking with timeout
If the IPC lock is used with a timeout value, an error can be raised. So
we need to catch it and convert it to a correct return value.

Change-Id: I7dbbf466905da3c6a1c7813f18fd3e9eb5ad2b47
2014-08-18 17:12:58 +02:00
doc/source exported from oslo-incubator by graduate.sh 2014-08-07 22:26:50 +04:00
oslo lockutils: catch BusyError when locking with timeout 2014-08-18 17:12:58 +02:00
tests lockutils: catch BusyError when locking with timeout 2014-08-18 17:12:58 +02:00
tools Make all tests pass 2014-08-07 22:27:31 +04:00
.coveragerc exported from oslo-incubator by graduate.sh 2014-08-07 22:26:50 +04:00
.gitignore exported from oslo-incubator by graduate.sh 2014-08-07 22:26:50 +04:00
.gitreview exported from oslo-incubator by graduate.sh 2014-08-07 22:26:50 +04:00
.mailmap exported from oslo-incubator by graduate.sh 2014-08-07 22:26:50 +04:00
.testr.conf exported from oslo-incubator by graduate.sh 2014-08-07 22:26:50 +04:00
babel.cfg exported from oslo-incubator by graduate.sh 2014-08-07 22:26:50 +04:00
CONTRIBUTING.rst exported from oslo-incubator by graduate.sh 2014-08-07 22:26:50 +04:00
HACKING.rst exported from oslo-incubator by graduate.sh 2014-08-07 22:26:50 +04:00
LICENSE exported from oslo-incubator by graduate.sh 2014-08-07 22:26:50 +04:00
MANIFEST.in exported from oslo-incubator by graduate.sh 2014-08-07 22:26:50 +04:00
openstack-common.conf Make all tests pass 2014-08-07 22:27:31 +04:00
README.rst exported from oslo-incubator by graduate.sh 2014-08-07 22:26:50 +04:00
requirements-py3.txt Make all tests pass 2014-08-07 22:27:31 +04:00
requirements.txt Make all tests pass 2014-08-07 22:27:31 +04:00
setup.cfg exported from oslo-incubator by graduate.sh 2014-08-07 22:26:50 +04:00
setup.py Make all tests pass 2014-08-07 22:27:31 +04:00
test-requirements.txt Make all tests pass 2014-08-07 22:27:31 +04:00
tox.ini Make all tests pass 2014-08-07 22:27:31 +04:00

oslo.concurrency

oslo.concurrency library