oslo.messaging/oslo/messaging
Mark McLoughlin 1806c0724a Remove check_for_lock support in RPCClient
I added check_for_lock because I assumed it was enabled by default and
actively in use by Nova. However, it actually isn't used by Nova yet and
enabling spews a tonne of warnings.

It's a rather clunky API and there's a good chance we can design a
better API for it, so let's leave it out until we're ready to actually
start using it in Nova.

Related-Bug: #1063222
Change-Id: Ib890978398059f360cd0f3352f4755262b8111c6
2013-08-26 09:31:12 +01:00
..
_drivers Fix dictionary changed size during iteration 2013-08-17 22:04:05 -04:00
_executors Fix handling of None, etc. replies 2013-08-15 21:11:38 +01:00
notify Add a Notifier.prepare() method 2013-08-21 07:30:49 +01:00
openstack Add missing gettextutils 2013-07-27 15:49:48 +01:00
rpc Remove check_for_lock support in RPCClient 2013-08-26 09:31:12 +01:00
__init__.py Remove ConfFixture from toplevel public API 2013-08-17 17:49:23 +01:00
_utils.py Move url utils into messaging._urls 2013-06-16 15:27:36 +01:00
conffixture.py Add a unit testing configuration fixture 2013-08-13 13:52:42 +01:00
exceptions.py Enforce target preconditions outside of drivers 2013-08-07 06:51:24 +01:00
localcontext.py Add thread-local store of request context 2013-08-09 11:21:27 +01:00
serializer.py Add a context serialization hook 2013-08-09 08:24:49 +01:00
server.py Simplify public symbol exports 2013-06-24 12:52:30 +01:00
target.py Include docstrings in published docs 2013-07-10 09:33:13 +01:00
transport.py Fix transport URL parsing bug 2013-08-18 01:49:25 +01:00