openstack-ansible/releasenotes/notes/oslo-messaging-separate-backends-60f81dae397b1c96.yaml
Francois Deppierraz c3d326226c releasenotes: oslo-messaging-separate-backends add project name
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
2018-10-15 15:08:56 +02:00

17 lines
762 B
YAML

---
features:
- Support separate oslo.messaging services for RPC and Notifications
to enable operation of separate and different messaging backend
servers in aodh.
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.
- aodh_oslomsg_rpc_servers replaces aodh_rabbitmq_servers
- aodh_oslomsg_rpc_port replaces aodh_rabbitmq_port
- aodh_oslomsg_rpc_use_ssl replaces aodh_rabbitmq_use_ssl
- aodh_oslomsg_rpc_userid replaces aodh_rabbitmq_userid
- aodh_oslomsg_rpc_vhost replaces aodh_rabbitmq_vhost
- aodh_oslomsg_rpc_password replaces aodh_rabbitmq_password