puppet-ironic/releasenotes/notes/deprecate_rpc_backend_parameter-fbd7e70470551823.yaml
Andrew Smith 7f382e8e97 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: I548d2321dca280b6b00188851d7741b1c4433772
2017-07-27 09:00:05 -04:00

5 lines
151 B
YAML

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