puppet-cinder/releasenotes/notes/rabbitmq-heartbeat-over-pthread-a37f57a835c6291b.yaml
ZhongShengping fa5dec5df1 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: I2e044f6c83d3c9cc8846b29e1e4eecbea8a4be55
Closes-Bug: #1840868
2019-08-21 14:23:02 +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.