Files
puppet-glance/releasenotes/notes/rabbitmq-heartbeat-over-pthread-8a0e7e5c03c2b7c0.yaml
ZhongShengping f55d5f0cc3 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: I5a322d3bbcd08443a3f5b9cf5f8e93a7435c0224
Closes-Bug: #1840868
2019-08-21 14:23:32 +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.