puppet-neutron/releasenotes/notes/deprecate_rpc_backend_parameter-3387dac8e395c003.yaml
Andrew Smith 4b5ff430a6 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: I071912e15a2e98f523b0888f9f4f20b9ed94e4d9
2017-07-26 21:03:28 -04:00

5 lines
153 B
YAML

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