Comment 0 for bug 1953050

Revision history for this message
Bogdan Dobrelya (bogdando) wrote : Cinder should use a service specific control exchange for rpc

The RPC code from Oslo registers the control_exchange option
as a generic for openstack, but provides an API for changing it.

The generic 'openstack' value may conflict with other services
that configure the same default exchange with for its own use,
like enabling amqp_durable_queues.

Allow Cinder to configure the control exchange for its specific use without conflicts.