puppet-aodh/releasenotes/notes/deprecate_rpc_backend_parameter-6cc58d196b92f815.yaml
Andrew Smith c194351429 Remove rpc_backend conditional for oslo.messaging driver options
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: Id779b3cc169bee0d30ae16b37a6e03004b2e0dcc
2017-07-26 13:56:45 -04:00

5 lines
147 B
YAML

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