puppet-manila/releasenotes/notes/deprecate_rpc_backend_parameter-2aed9dd1387a910f.yaml
ZhongShengping a2ec2cbf0b 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: Ia8f531ebb4a33ae1a5f73e212d06be1e41a6ead5
Closes-Bug: #1708976
2017-08-07 14:06:05 +08:00

5 lines
151 B
YAML

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