Add release note for amqp library TLS/SSL error

Change-Id: I0b094f32dec24c70f95ccd509164a14a71fcfc7d
Related-Bug: #1800957
This commit is contained in:
Kenneth Giusti 2019-02-21 11:44:54 -05:00
parent a85094b5c5
commit 693cd964e0
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
---
issues:
- |
A bug in the ``amqp`` python library can cause the connection to the
RabbitMQ broker to hang when using SSL/TLS. This results in
frequent errors such as this::
MessagingTimeout: Timed out waiting for a reply to message ID ae039d1695984addbfaaef032ce4fda3
(see `bug 1800957
<https://bugs.launchpad.net/oslo.messaging/+bug/1800957>`_).
This bug has been fixed in `v2.4.1 of amqp
<https://github.com/celery/py-amqp/commit/bf122a05a21a8cc5bca314b0979f32c8026fc66e>`_.
It is recommended that deployments using SSL/TLS upgrade the amqp
library to v2.4.1 or later.