openstack-ansible-rabbitmq_.../releasenotes/notes/policy-override-522df5699f09c417.yaml
Travis Truman 75d8dac4d0 Rabbit policies now overrideable by deployers
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
2016-09-07 12:32:25 -04:00

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.