puppet-barbican/releasenotes/notes/deprecate_rpc_backend_parameter-2fca9c3b1b04818e.yaml
Andrew Smith 16651dc5f5 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
* add release note

Change-Id: I00948197fef80ce54a9a382d251b54e39053f7a7
2017-07-27 15:35:52 -04:00

5 lines
155 B
YAML

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