fbe3192d9a
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
532 B
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
- Initial release of oslo.messaging.
Indices and tables
genindex
modindex
search