oslo.messaging/tests
Mark McLoughlin ac2176cde3 Add a per-transport allow_remote_exmods API
Currently we have a allowed_rpc_exception_modules configuration variable
which we use to configure a per-project list of modules which we will
allow exceptions to be instantiated from when deserializing remote
errors.

It makes no sense for this to be user configurable, instead the list of
modules should be set when you create a transport.

Closes-Bug: #1031719
Change-Id: Ib40e92cb920996ec5e8f63d6f2cbd88fd01a90f2
2013-08-07 13:11:46 +01:00
..
__init__.py Add oslo.messaging project infrastructure 2013-06-15 08:43:50 +01:00
test_exception_serialization.py Add a per-transport allow_remote_exmods API 2013-08-07 13:11:46 +01:00
test_expected_exceptions.py Add API for expected endpoint exceptions 2013-08-07 12:52:54 +01:00
test_notifier.py Add a driver method specifically for sending notifications 2013-08-07 06:51:35 +01:00
test_pool.py Use testtools.TestCase assertion methods 2013-08-07 06:43:55 +01:00
test_rabbit.py Add API for expected endpoint exceptions 2013-08-07 12:52:54 +01:00
test_rpc_client.py Use testtools.TestCase assertion methods 2013-08-07 06:43:55 +01:00
test_rpc_dispatcher.py Use testtools.TestCase assertion methods 2013-08-07 06:43:55 +01:00
test_rpc_server.py Implement failure replies in the fake driver 2013-08-07 12:52:58 +01:00
test_target.py Use testtools.TestCase assertion methods 2013-08-07 06:43:55 +01:00
test_transport.py Add a per-transport allow_remote_exmods API 2013-08-07 13:11:46 +01:00
test_urls.py Use assertEqual() rather than assertEquals() 2013-06-17 23:01:21 +01:00
utils.py Add oslo.messaging project infrastructure 2013-06-15 08:43:50 +01:00