File: remove-deprecated-rabbit-options-212b21d41e6d2808.yaml

package info (click to toggle)
puppet-module-oslo 25.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 976 kB
  • sloc: ruby: 2,304; python: 38; makefile: 10; sh: 10
file content (14 lines) | stat: -rw-r--r-- 657 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
prelude: >
    If you relied on the now removed rabbit_hosts parameters to set rabbit_ha_queues
    to true automatically when you configured multiple hosts you must now explicitly
    set it to true.
upgrade:
  - |
    The deprecated options rabbit_host, rabbit_port, rabbit_hosts, rabbit_userid,
    rabbit_password and rabbit_virtual_host in oslo::messaging::rabbit has been
    removed. Please use the transport_url in oslo::messaging::default instead.
  - |
    If you relied on the now removed rabbit_hosts parameters to set rabbit_ha_queues
    to true automatically when you configured multiple hosts you must now explicitly
    set it to true.