Files
puppet-designate/releasenotes/notes/deprecate_rpc_backend_parameter-d1997bdbdedd9818.yaml
ZhongShengping fa62489943 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: I8d838a123f4c5147bdbebfcc852da51080ed7982
2017-08-07 13:56:51 +08:00

5 lines
157 B
YAML

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