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.pull/62123/head
parent
ff53ca76b8
commit
9b149917a6
@ -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