c3d326226c
Without this patch, the release notes published at https://docs.openstack.org/releasenotes/openstack-ansible/rocky.html contains the same line multiple times which is not very clear. [...] Support separate oslo.messaging services for RPC and Notifications to enable operation of separate and different messaging backend servers. Support separate oslo.messaging services for RPC and Notifications to enable operation of separate and different messaging backend servers. [...] Change-Id: I0ed1a43670d97f2e2215d04c641f7bd4cfbe4f44
17 lines
845 B
YAML
17 lines
845 B
YAML
---
|
|
features:
|
|
- Support separate oslo.messaging services for RPC and Notifications
|
|
to enable operation of separate and different messaging backend
|
|
servers in swift.
|
|
deprecations:
|
|
- |
|
|
The rabbitmq server parameters have been replaced by corresponding
|
|
oslo.messaging Notify parameters in order to abstract the
|
|
messaging service from the actual backend server deployment.
|
|
- swift_oslomsg_notify_servers replaces swift_rabbitmq_telemetry_servers
|
|
- swift_oslomsg_notify_port replaces swift_rabbitmq_telemetry_port
|
|
- swift_oslomsg_notify_use_ssl replaces swift_rabbitmq_telemetry_use_ssl
|
|
- swift_oslomsg_notify_userid replaces swift_rabbitmq_telemetry_userid
|
|
- swift_oslomsg_notify_vhost replaces swift_rabbitmq_telemetry_vhost
|
|
- swift_oslomsg_notify_password replaces swift_rabbitmq_telemetry_password
|