bifrost/releasenotes/notes/json-rpc-e5ccd5a13f6d51aa.yaml
Dmitry Tantsur 0d036d6a7c Move RabbitMQ handling into a separate role and support disabling it
Ironic can use JSON RPC and ironic-inspector is compatible with fake:// transport.
Keystone does not seem to need oslo.messaging at all. This change moves
RabbitMQ bits to a separate role, but keeps it enabled until the next patch.

Change-Id: I096a347e3bf6270167d35b7c1cf46834ae2d4ece
2019-03-21 11:45:20 +01:00

5 lines
171 B
YAML

features:
- |
Adds support to disable RabbitMQ via the new ``use_rabbitmq`` variable
in favour of JSON RPC (in ironic) and fake transport (in ironic-inspector).