puppet-watcher/releasenotes/notes/deprecate_rpc_backend_parameter-afa0e60e3d5f87e0.yaml
ZhongShengping df39ae39bc 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: I0c9bacd06490dfd5810e528f8dd0b630d33954c8
Closes-Bug: #1708976
2017-08-07 09:37:31 +08:00

5 lines
153 B
YAML

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