Add release note for amqp library TLS/SSL error

Change-Id: I90c172d673084ff0cb0a3dd0fae21a5d62d35286
Related-Bug: #1800957
This commit is contained in:
Kenneth Giusti 2019-02-22 12:50:14 -05:00
parent 13759e1254
commit 3113175443
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.