nova/nova/volume/encryptors
Davanum Srinivas 06e4919a45 Switch Nova to use oslo.concurrency
Let's switch to the newly released oslo library for the
processutils and lockutils. We use the config fixture(s) to
specify disable_process_locking and lock_path in the CONF
variable of oslo.concurrency library for correctly setting the
flags.

The previous attempt at updating nova to use oslo.concurrency
was reverted as it stopped running any tests. lockutils-wrapper
should have been used in ini/shell scripts
instead of lockutils.py module as the the module is
no longer runnable (__main__ has been removed).  In this
review we use lockutils-wrapper correctly. The test harness
has since been updated to bail out if 0 tests are run as
well for additional insurance.

Change-Id: I14c75ef2196fd08c9465d648e5cd53777bd9c7d1
Co-Authored-By: Nikola Dipanov <ndipanov@redhat.com>
Co-Authored-By: Corey Wright <corey.wright@rackspace.com>
2014-10-30 00:19:14 +00:00
..
__init__.py fix the error log print in encryptor __init__.py 2014-10-27 10:43:46 +08:00
base.py Remove vi modelines 2014-02-03 14:19:44 +00:00
cryptsetup.py Don't translate debug level logs in nova.volume 2014-04-25 01:03:05 -07:00
luks.py Switch Nova to use oslo.concurrency 2014-10-30 00:19:14 +00:00
nop.py Remove vi modelines 2014-02-03 14:19:44 +00:00