openstack-ansible-os_watcher/releasenotes/notes/oslo-messaging-separate-bac...

23 lines
1.0 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.
- watcher_oslomsg_rpc_servers replaces watcher_rabbitmq_servers
- watcher_oslomsg_rpc_port replaces watcher_rabbitmq_port
- watcher_oslomsg_rpc_userid replaces watcher_rabbitmq_userid
- watcher_oslomsg_rpc_vhost replaces watcher_rabbitmq_vhost
- watcher_oslomsg_rpc_use_ssl replaces watcher_rabbitmq_use_ssl
- watcher_oslomsg_rpc_password replaces watcher_rabbitmq_password
- added watcher_oslo_msg_notify_servers
- added watcher_oslo_msg_notify_port
- added watcher_oslo_msg_notify_use_ssl
- added watcher_oslo_msg_notify_userid
- added watcher_oslo_msg_notify_vhost
- added watcher_oslo_msg_notify_password