mirror of https://github.com/ansible/ansible.git
lookup_rabbitmq pika > 1.0.0 is_closing bug fix (#61959)
* In pika v1.0.0 BlockingChannel.is_closing was removed. Updating
plugin accordingly.
Ref: https://github.com/pika/pika/pull/1034
* Adding change fragment for is_closing bug.
* Updated change fragment description.
(cherry picked from commit 9b149917a6)
pull/62468/head
parent
a0c0e64518
commit
7693b2945a
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- rabbitmq lookup plugin - Fix for rabbitmq lookups failing when using pika v1.0.0 and newer.
|
||||
Loading…
Reference in New Issue