puppet-heat/releasenotes/notes/deprecate_rpc_backend_parameter-46ffa292fb2502eb.yaml
Andrew Smith a28c18cc00 Deprecate oslo.messaging rpc_backend option parameter
Oslo.messaging uses the transport_url to represent the rpc and
notification messaging driver to use and its full configuration. The
rpc_backend configuration option is deprecated for removal and
should not gate oslo.messaging driver configuration options.

This patch:
* deprecate rpc_backend
* remove conditional check
* update spec tests
* add release note

Change-Id: I1537c9e0db956d4271c8334a0aa543cd20c57e67
2017-07-26 20:52:06 -04:00

5 lines
147 B
YAML

---
deprecations:
- heat::rpc_backend is deprecated and will be removed in a future
release. Please use heat::default_transport_url instead.