OpenStack library for all concurrency-related code
Go to file
Ben Nemec d5ea62c53a lockutils-wrapper cleanup
There were a couple of issues with the lockutils wrapper.  Most
importantly, lockutils silently did nothing if it was called in the
same way as the old incubator lockutils module.  This had the
potential to cause problems when simply doing a find and replace to
migrate to oslo.concurrency.  The problem is fixed by making
lockutils raise an exception if it is called directly.

There was also a name mismatch in the docstring for the console
entry point, which is also fixed in this change.

Closes-Bug: 1386734
Change-Id: I8868820ca314eb8d6fee83cc66fea886c1e74e27
2014-10-28 18:18:04 +00:00
doc/source Merge "Add history file to documentation" 2014-09-23 04:03:07 +00:00
oslo lockutils-wrapper cleanup 2014-10-28 18:18:04 +00:00
oslo.concurrency/locale Imported Translations from Transifex 2014-10-25 06:11:32 +00:00
tests lockutils-wrapper cleanup 2014-10-28 18:18:04 +00: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 Update contributing instructions 2014-09-04 15:30:54 -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 Remove oslo-incubator fixture 2014-09-17 00:05:58 +02:00
README.rst Clean up doc header 2014-09-30 15:03:48 +00:00
requirements-py3.txt Updated from global requirements 2014-09-19 08:50:46 +00:00
requirements.txt Add pbr to installation requirements 2014-10-24 09:25:25 -04:00
setup.cfg Support building wheels (PEP-427) 2014-10-07 12:58:38 +00:00
setup.py Updated from global requirements 2014-09-09 04:32:55 +00:00
test-requirements.txt Updated from global requirements 2014-10-22 19:16:27 +00:00
tox.ini Test with both vanilla and eventlet stdlib 2014-10-03 23:27:36 +00:00

oslo.concurrency

oslo.concurrency library