puppet-ceilometer/releasenotes/notes/deprecate_rpc_backend_parameter-db1075d3cd5d657f.yaml
Andrew Smith 138c320c89 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: Ib58f85348920459f6ae0445379ddcb50185b8518
2017-07-27 06:34:27 -04:00

5 lines
159 B
YAML

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