
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 services will then be transparent to the trove 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 * Update docs * Update extras * Add release note Change-Id: Ia01317343ae6fbc790d64b5ba282c8c069750d45
21 lines
937 B
YAML
21 lines
937 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.
|
|
- trove_oslomsg_rpc_servers replaces trove_rabbitmq_servers
|
|
- trove_oslomsg_rpc_port replaces trove_rabbitmq_port
|
|
- trove_oslomsg_rpc_use_ssl replaces trove_rabbitmq_use_ssl
|
|
- trove_oslomsg_rpc_userid replaces trove_rabbitmq_userid
|
|
- trove_oslomsg_rpc_vhost replaces trove_rabbitmq_vhost
|
|
- added trove_oslomsg_notify_servers
|
|
- added trove_oslomsg_notify_port
|
|
- added trove_oslomsg_notify_use_ssl
|
|
- added trove_oslomsg_notify_userid
|
|
- added trove_oslomsg_notify_vhost
|
|
- added trove_oslomsg_notify_password
|