oslo.messaging/releasenotes/notes/remove-pika-1bae204ced2521a3.yaml
Kenneth Giusti 222a939361 Remove the deprecated Pika driver
It is recommended that all users of the Pika driver transition to
using the Rabbit driver instead.  Typically this is done by changing
the prefix of the transport_url configuration option from "pika://..."
to "rabbit://...".  There are no changes required to the RabbitMQ
server configuration.

Change-Id: I52ea5ccb7e7c247abd95e2d8d50dac4c4ad11246
Closes-Bug: #1744741
2018-03-21 10:58:23 -04:00

9 lines
285 B
YAML

---
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.