puppet-trove/releasenotes/notes/deprecate_rpc_backend_parameter-69670fb9496a4b95.yaml
Andrew Smith 6e1a56adb1 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: Idbd5c231d85a0f4d249dabd14bc829844ee3e83d
2017-07-27 12:14:53 -04:00

5 lines
149 B
YAML

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