oslo.messaging/doc/source/index.rst
Mark McLoughlin fbe3192d9a Add a unit testing configuration fixture
The configuration options registered by oslo.messaging should not be
directly relied upon by users of the library, since those config option
names could change in future.

Add an API which allows API users to override specific configuration
options e.g.

    self.messaging_conf = self.useFixture(messaging.ConfFixture(cfg.CONF))
    self.messaging_conf.transport_driver = 'fake'

Change-Id: If0d837e1b86e3b04237fde522551cfb81505a543
2013-08-13 13:52:42 +01:00

532 B

oslo.messaging

The Oslo messaging API supports RPC and notifications over a number of different messsaging transports.

Contents

transport target server rpcclient notifier serializer exceptions conffixture

Release Notes

1.2.0a1

Indices and tables

  • genindex
  • modindex
  • search