
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 ironic service. This patch: * Add oslo.messaging variables for RPC and Notify to defaults * Update transport_url generation (added notifications) * Add oslo.messaging to inventory * Add release note Depends-On: If4326a6848d2d32af284fdbb94798eb0b03734d5 Depends-On: I2b09145b60116c029fc85477399c24f94974b61d Change-Id: I363a888980dfd84b4b586df01fb022dd453dc3de
15 lines
706 B
YAML
15 lines
706 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.
|
|
- ironic_oslomsg_rpc_servers replaces ironic_rabbitmq_servers
|
|
- ironic_oslomsg_rpc_port replaces ironic_rabbitmq_port
|
|
- ironic_oslomsg_rpc_use_ssl replaces ironic_rabbitmq_use_ssl
|
|
- ironic_oslomsg_rpc_userid replaces ironic_rabbitmq_userid
|
|
- ironic_oslomsg_rpc_vhost replaces ironic_rabbitmq_vhost
|