405366fa32
Depends-On: I03900b39ab257a9563db37e403254b54f846c056 Change-Id: Ib55c72c0bab9aa0ffc05752a680f573cc351ae17
14 lines
548 B
YAML
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
|