File: remove-pika-1bae204ced2521a3.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-- 285 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
---
prelude: >
    The Pika-based driver for RabbitMQ has been removed.
upgrade:
  - |
    Users of the Pika-based driver must change the prefix of all the
    transport_url configuration options from "pika://..."  to
    "rabbit://..." to use the default kombu based RabbitMQ driver.