File: remove-ZeroMQ-driver-e9e0bbbb7bd4f5e6.yaml

package info (click to toggle)
python-oslo.messaging 16.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,584 kB
  • sloc: python: 12,035; sh: 62; makefile: 24
file content (8 lines) | stat: -rw-r--r-- 297 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
---
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.