openstack-ansible/releasenotes/notes/oslo-messaging-separate-backends-06a1b30ffb228f22.yaml
Jean-Philippe Evrard 38b333ba30 Freeze roles for Milestone 2 release
Change-Id: Ia5a65510c58972c07a74c74eec3ab52aa82eedec
2018-06-07 09:30:22 +02:00

20 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.
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.
- cinder_oslomsg_rpc_servers replaces cinder_rabbitmq_servers
- cinder_oslomsg_rpc_port replaces cinder_rabbitmq_port
- cinder_oslomsg_rpc_use_ssl replaces cinder_rabbitmq_use_ssl
- cinder_oslomsg_rpc_userid replaces cinder_rabbitmq_userid
- cinder_oslomsg_rpc_vhost replaces cinder_rabbitmq_vhost
- cinder_oslomsg_notify_servers replaces cinder_rabbitmq_telemetry_servers
- cinder_oslomsg_notify_port replaces cinder_rabbitmq_telemetry_port
- cinder_oslomsg_notify_use_ssl replaces cinder_rabbitmq_telemetry_use_ssl
- cinder_oslomsg_notify_userid replaces cinder_rabbitmq_telemetry_userid
- cinder_oslomsg_notify_vhost replaces cinder_rabbitmq_telemetry_vhost