oslo.messaging/releasenotes/notes/remove-ZeroMQ-driver-e9e0bbbb7bd4f5e6.yaml
Andy Smith f2fd8d4375 Remove the deprecated ZeroMQ driver
Users of the oslo.messaging RPC communications service must use
the rabbit ("rabbit://...") or AMQP 1.0 ("amqp://...") drivers.

Change-Id: If3474142f1fe99d41d7b4466061ed0e23ca38549
Closes-Bug: 1789259
2018-08-28 16:00:50 -04:00

9 lines
297 B
YAML

---
prelude: >
The ZMQ-based driver for RPC communications has been removed
deprecations:
- |
The driver support for the ZeroMQ messaging library is removed.
Users of the oslo.messaging RPC services must use the supported
rabbit ("rabbit://...") or amqp1 ("amqp://..." )drivers.