puppet-nova/releasenotes/notes/deprecate_rpc_backend_parameter-4ba7bbc47d3df140.yaml
Andrew Smith a0c5183666 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: I899a6c24393b4f980e446452d7681c68ee54a0bf
2017-07-26 16:21:57 -04:00

5 lines
147 B
YAML

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