Files
puppet-designate/releasenotes/notes/rabbitmq-heartbeat-over-pthread-be3acd21c9c35f95.yaml
ZhongShengping 521337906e Introduce the new rabbit_heartbeat_in_pthread option
oslo.messaging RabbitMQ driver have now a new option that allow user to
run the RabbitMQ heartbeat over a native python thread.

These change allow user to use this new option.

Change-Id: I3e4d9da942b352d446613c7241539f564b753d64
Closes-Bug: #1840868
2019-08-21 14:23:26 +08:00

7 lines
209 B
YAML

---
features:
- |
Allow users to run the RabbitMQ heartbeat over a native python thread in the
oslo.messaging RabbitMQ driver, by using the `rabbit_heartbeat_in_pthread`
option in configuration.