File: rabbit-connection-params-deprecation-40bf3559eb8145af.yaml

package info (click to toggle)
puppet-module-designate 25.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,544 kB
  • sloc: ruby: 3,196; python: 38; sh: 10; makefile: 10
file content (16 lines) | stat: -rw-r--r-- 897 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
upgrade:
  - designate::rabbit_ha_queues has been exposed and will need to be configured
    based on the desired use of ha queues. Previously, the value for this was
    being configured using the designate::rabbit_hosts parameter. This automatic
    configuration will be dropped during the Pike cycle.
  - The designate module will now use the oslo::messaging::rabbit resource to
    configure the rabbit configuration settings.
deprecations:
  - designate::rabbit_host, designate::rabbit_hosts, designate::rabbit_password,
    designate::rabbit_port, designate::rabbit_userid and
    designate::rabbit_virtual_host are deprecated.
    designate::default_transport_url should be used instead.
  - rabbit_ha_queues will no longer be configured to be True when rabbit_hosts
    is configured and will need to be specified.  This automatic configuration
    will be dropped in the Pike cycle.