8d7d97b05e
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
21 lines
1.1 KiB
YAML
21 lines
1.1 KiB
YAML
---
|
|
features:
|
|
- Support separate oslo.messaging services for RPC and Notifications
|
|
to enable operation of separate and different messaging backend
|
|
servers in sahara.
|
|
deprecations:
|
|
- |
|
|
The rabbitmq server parameters have been replaced by corresponding
|
|
oslo.messaging RPC and Notify parameters in order to abstract the
|
|
messaging service from the actual backend server deployment.
|
|
- sahara_oslomsg_rpc_servers replaces sahara_rabbitmq_servers
|
|
- sahara_oslomsg_rpc_port replaces sahara_rabbitmq_port
|
|
- sahara_oslomsg_rpc_use_ssl replaces sahara_rabbitmq_use_ssl
|
|
- sahara_oslomsg_rpc_userid replaces sahara_rabbitmq_userid
|
|
- sahara_oslomsg_rpc_vhost replaces sahara_rabbitmq_vhost
|
|
- sahara_oslomsg_notify_servers replaces sahara_rabbitmq_telemetry_servers
|
|
- sahara_oslomsg_notify_port replaces sahara_rabbitmq_telemetry_port
|
|
- sahara_oslomsg_notify_use_ssl replaces sahara_rabbitmq_telemetry_use_ssl
|
|
- sahara_oslomsg_notify_userid replaces sahara_rabbitmq_telemetry_userid
|
|
- sahara_oslomsg_notify_vhost replaces sahara_rabbitmq_telemetry_vhost
|