oslo.messaging/releasenotes/notes/get_rpc_transport-4aa3511ad9754a60.yaml
Andrew Smith ec4d6639bc Add get_rpc_transport call
The get_rpc_transport wraps get_transport to unify the API in
anticipation of comprehensive separation of RPC and Notification
messaging backends.

Related-Bug: 1680192
Change-Id: Ic6af07b98ff43806c2af38a3ba129991f1e0ec86
2017-05-12 12:30:41 -04:00

11 lines
343 B
YAML

---
features:
- |
Add get_rpc_transport call to make the API clear for the separation
of RPC and Notification messaging backends.
deprecations:
- |
Deprecate get_transport and use get_rpc_transport or
get_notification_transport to make the API usage clear for the
separation of RPC and Notification messaging backends.