This introduces oslo.messaging variables that define the RPC and Notify transports for the OpenStack services. These parameters replace the rabbitmq values and are used to generate the messaging transport_url for the service. The association of the messaging backend server to the oslo.messaging service will be transparent to the designate service. This patch: * Add oslo.messaging variables for RPC and Notify to defaults * Update transport_url generation (add for notification) * Add oslo.messaging to tests inventory * Update tests * Add releaes note * Update README and example playbook Change-Id: I620a13e1ea3c24c8bd31c02206613d37d769dd30
21 lines
1.2 KiB
YAML
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
|