openstack-ansible-os_keystone/releasenotes/notes/oslo-messaging-separate-backends-e68c98d4f9d9a79c.yaml
Andrew Smith 2b7eb22a89 Update to use oslo.messaging service for RPC and Notify
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 keystone service.

This patch:
* Add oslo.messaging variables for RPC and Notify to defaults
* Update transport_url generation
* Update examples
* Add oslo.messaging to inventory
* Add release note

Depends-On: If4326a6848d2d32af284fdbb94798eb0b03734d5
Depends-On: I2b09145b60116c029fc85477399c24f94974b61d
Change-Id: I8d5b09dd0cb905e0dee40e260efbfeff1da180ce
2018-05-23 11:57:27 -04:00

20 lines
1.1 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.
- keystone_oslomsg_rpc_servers replaces keystone_rabbitmq_servers
- keystone_oslomsg_rpc_port replaces keystone_rabbitmq_port
- keystone_oslomsg_rpc_use_ssl replaces keystone_rabbitmq_use_ssl
- keystone_oslomsg_rpc_userid replaces keystone_rabbitmq_userid
- keystone_oslomsg_rpc_vhost replaces keystone_rabbitmq_vhost
- keystone_oslomsg_notify_servers replaces keystone_rabbitmq_telemetry_servers
- keystone_oslomsg_notify_port replaces keystone_rabbitmq_telemetry_port
- keystone_oslomsg_notify_use_ssl replaces keystone_rabbitmq_telemetry_use_ssl
- keystone_oslomsg_notify_userid replaces keystone_rabbitmq_telemetry_userid
- keystone_oslomsg_notify_vhost replaces keystone_rabbitmq_telemetry_vhost