84cb3ff052
This would be the first milestone release of OpenStack-Ansible Stein. Change-Id: Iff5235b6e11a6586f0836fd550331efbe4151de0
8 lines
368 B
YAML
8 lines
368 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
The default queue policy has changed to ``^(?!(amq\.)|(.*_fanout_)|(reply_)).*``
|
|
instead of ``^(?!amq\.).*`` for efficiency.
|
|
The new HA policy excludes reply queues (these queues have a single consumer and TTL policy),
|
|
fanout queues (they have the TTL policy) and
|
|
amq queues (they are auto-delete queues, with a single consumer). |