75d8dac4d0
Previously the role assumed that all deployers wanted all queues to be HA. Performance testing by Mirantis and Intel has suggested that throughput increases can be dramatic when disabling HA queues, see: http://docs.openstack.org/developer/performance-docs/test_results/mq/rabbitmq/index.html Therefore, we should allow deployers to set their own policies when desired. Change-Id: I156b8618e78d74823ec568053157afc853baad84 Closes-Bug: #1607830
7 lines
236 B
YAML
7 lines
236 B
YAML
---
|
|
features:
|
|
- The ``rabbitmq_server`` role now supports deployer override of the
|
|
RabbitMQ policies applied to the cluster. Deployers can
|
|
override the ``rabbitmq_policies`` variable, providing a list of
|
|
desired policies.
|