openstack-ansible/releasenotes/notes/oslo-messaging-separate-backends-87f2d1a15c202f73.yaml
Jean-Philippe Evrard dc421891ff Prepare master branch for M1
With branching done earlier than the rc1 freeze, we needed
to bring the release notes from the updated roles into the
integrated repo.

On top of the changes needed for M1 is the version change.

The openstack SHAs will be updated in a separate commit.

Change-Id: I4d5211062966bc4fdb9f5d36eec46d9911012acd
2018-08-10 12:55:12 +00:00

21 lines
1.2 KiB
YAML

---
features:
- Support separate oslo.messaging services for RPC and Notifications
to enable operation of separate and different messaging backend servers.
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.
- designate_oslomsg_rpc_servers replaces designate_rabbitmq_servers
- designate_oslomsg_rpc_port replaces designate_rabbitmq_port
- designate_oslomsg_rpc_use_ssl replaces designate_rabbitmq_use_ssl
- designate_oslomsg_rpc_userid replaces designate_rabbitmq_userid
- designate_oslomsg_rpc_vhost replaces designate_rabbitmq_vhost
- designate_oslomsg_notify_servers replaces designate_rabbitmq_telemetry_servers
- designate_oslomsg_notify_port replaces designate_rabbitmq_telemetry_port
- designate_oslomsg_notify_use_ssl replaces designate_rabbitmq_telemetry_use_ssl
- designate_oslomsg_notify_userid replaces designate_rabbitmq_telemetry_userid
- designate_oslomsg_notify_vhost replaces designate_rabbitmq_telemetry_vhost
- designate_oslomsg_notify_password replaces designate_rabbitmq_telemetry_password