tripleo-heat-templates/releasenotes/notes/oslo-messaging-separate-backends-2d2221066f88f479.yaml
Andrew Smith 405366fa32 Deprecate messaging params replaced by global oslo params
Depends-On: I03900b39ab257a9563db37e403254b54f846c056
Change-Id: Ib55c72c0bab9aa0ffc05752a680f573cc351ae17
2019-03-28 12:13:07 -06:00

14 lines
548 B
YAML

---
features:
- Support separate oslo.messaging services for RPC and Notifications.
Enable separate messaging backend servers.
deprecations:
- |
The rabbitmq server parameters have been replaced by corresponding
oslo messaging Rpc and Notify parameters in order to fully define
the backend deployment.
- RpcUserName, NotifyUserName replaces RabbitUserName
- RpcPassword, NotifyPassword replaces RabbitPassword
- RpcPort, NotifyPort replaces RabbitClientPort
- RpcUseSSL, NotifyUseSSL replaces RabbitClientUseSSL