puppet-aodh/releasenotes/notes/rabbit-connection-params-deprecation-af7e100a211884d8.yaml
Alex Schultz e94824231f Deprecate rabbitmq connection parameters
The rabbitmq connection parameters have been deprecated in favor of the
transport_url setting.

Change-Id: I097252390fa139a38922f19c2b3c4eedf8d4058f
Related-Bug: #1625198
2016-11-01 07:44:02 -06:00

7 lines
283 B
YAML

---
deprecations:
- aodh::rabbit_host, aodh::rabbit_hosts, aodh::rabbit_password,
aodh::rabbit_port, aodh::rabbit_userid and aodh::rabbit_virtual_host are
deprecated. aodh::default_transport_url should be used to configure the
messaging backend connection information.