nova/nova/console
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 Improve hacking rule to avoid author markers 2014-05-05 14:35:20 +02:00
api.py Fix and Gate on E265 2014-07-24 08:11:00 -04:00
fake.py Remove vi modelines 2014-02-03 14:19:44 +00:00
manager.py Use oslo.utils 2014-10-06 21:41:17 -04:00
rpcapi.py Update rpc version aliases for juno 2014-10-03 16:41:03 -04:00
serial.py cmd: update the default behavior of serial console 2014-09-29 10:24:57 -04:00
type.py virt: add method get_serial_console to driver 2014-09-05 09:08:37 +00:00
vmrc_manager.py Use oslo.utils 2014-10-06 21:41:17 -04:00
websocketproxy.py Merge "console: make unsupported ws scheme in python < 2.7.4" 2014-10-08 16:14:35 +00:00
xvp.conf.template Port Cheetah templates to Jinja2 2013-09-02 16:03:34 +02:00
xvp.py Switch Nova to use oslo.concurrency 2014-10-30 00:19:14 +00:00