dc421891ff
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
16 lines
750 B
YAML
16 lines
750 B
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.
|
|
- 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
|