OpenStack library for all concurrency-related code
Go to file
Davanum Srinivas a0549bf613 Remove tools/run_cross_tests.sh from openstack-common.conf
This script is no longer in the oslo-incubator repo

Change-Id: Icc901057bae58eb01de096e17ce2baaf97789cf2
2015-03-20 16:03:21 -04:00
doc/source add watchdog module 2015-01-09 15:38:48 -05:00
oslo Report import warnings where the import occurs 2014-12-12 14:01:44 -05:00
oslo_concurrency Merge "Switch to non-namespaced module imports" 2015-03-12 14:21:23 +00:00
oslo.concurrency/locale Imported Translations from Transifex 2015-03-09 06:08:49 +00:00
tests Merge "processutils: execute(): fix option incompatibility" 2015-02-17 18:38:41 +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 Clean up API documentation 2014-12-10 08:31:04 -05: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 Move out of the oslo namespace package 2014-11-14 17:17:25 -05:00
babel.cfg exported from oslo-incubator by graduate.sh 2014-08-07 22:26:50 +04:00
CONTRIBUTING.rst Workflow documentation is now in infra-manual 2014-12-05 03:30:38 +00: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 tools/run_cross_tests.sh from openstack-common.conf 2015-03-20 16:03:21 -04:00
README.rst Fix bug link in README.rst 2014-12-02 17:03:55 +00:00
requirements.txt Updated from global requirements 2015-03-05 04:57:09 +00:00
setup.cfg Clean up API documentation 2014-12-10 08:31:04 -05:00
setup.py Updated from global requirements 2014-09-09 04:32:55 +00:00
test-requirements.txt Updated from global requirements 2015-01-27 02:23:28 +00:00
tox.ini Remove py33 env from default tox list 2015-03-11 19:51:58 +00:00

oslo.concurrency

Oslo concurrency library has utilities for safely running multi-thread, multi-process applications using locking mechanisms and for running external processes.