puppet-cinder/releasenotes/notes/rabbit-connection-params-deprecation-1e13e36113051959.yaml
Alex Schultz f415728ce5 Deprecate rabbitmq connection parameters
The rabbitmq connection parameters have been deprecated in favor of the
transport_url setting.

Change-Id: Idb4b53f7149d8867f92e5053b6557cd1f1a4b24f
Related-Bug: #1625198
2016-10-31 14:24:18 -06:00

7 lines
297 B
YAML

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