Set RabbitMQ policies
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Fix Released
|
High
|
Alexander Nevenchannyy | ||
5.1.x |
Won't Fix
|
High
|
Alexander Nevenchannyy | ||
6.0.x |
Fix Released
|
High
|
Alexander Nevenchannyy | ||
6.1.x |
Fix Released
|
High
|
Alexander Nevenchannyy |
Bug Description
As noted in https:/
So we need to set policies for RabbitMQ server
rabbitmqctl set_policy heat_rpc_expire "^heat-
rabbitmqctl set_policy results_expire "^results\\." '{"expires"
rabbitmqctl set_policy tasks_expire "^tasks\\." '{"expires"
this one is for 6.0.x and for older versions only
rabbitmqctl set_policy heat_rpc_expire_old "^.....
priority 1 is set to overwrite default 0 level policy in the fuel deployment
Changed in fuel: | |
assignee: | nobody → Fuel Library Team (fuel-library) |
summary: |
- Add policies to RabbitMQ + Set RabbitMQ policies |
Changed in fuel: | |
status: | New → Triaged |
milestone: | none → 6.1 |
tags: | added: low-hanging-fruit |
tags: | added: done release-notes |
tags: | added: 6.0-mu-5 |
tags: |
added: 6.0 removed: 6.0-mu-5 |
rabbitmqctl set_policy command sets runtime parameters for a whole cluster and policies are not stored in the config as i know