summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKenneth Giusti <kgiusti@gmail.com>2017-05-26 13:05:52 -0400
committerKenneth Giusti <kgiusti@gmail.com>2017-05-30 13:21:23 -0400
commitc35fb276ce75479792dc3d4b8e89cfb62aed06ae (patch)
tree5c01eaf358d6f8f873e51b16aa10ee6af8f717a5 /doc
parent46f964826105e618fa9c16de619c9692663ab52b (diff)
downloadoslo-messaging-c35fb276ce75479792dc3d4b8e89cfb62aed06ae.tar.gz
Mark the Pika driver as deprecated
The Pika driver was intended to be a more stable and performant replacement for the default rabbit driver. However due to lack of both maintainers and compelling evidence that pika is superior to the existing rabbit driver in either performance or stability it has been deprecated for removal. See: http://lists.openstack.org/pipermail/openstack-dev/2017-May/116679.html Change-Id: I98e0123edd3248be665325833283689fc3a897f7
Diffstat (limited to 'doc')
-rw-r--r--doc/source/pika_driver.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/source/pika_driver.rst b/doc/source/pika_driver.rst
index 646fe92..b89fabd 100644
--- a/doc/source/pika_driver.rst
+++ b/doc/source/pika_driver.rst
@@ -4,6 +4,10 @@ Pika Driver Deployment Guide
.. currentmodule:: oslo_messaging
+.. warning:: the Pika driver is no longer maintained and will be
+ removed from Oslo.Messaging at a future date. It is recommended that
+ all users of the Pika driver transition to using the Rabbit driver.
+
============
Introduction
============