tripleo-heat-templates/releasenotes/notes/ironic-rpc-transport-b637fd2a3b99fee7.yaml
Bogdan Dobrelya acc4fb0324 Add support for Ironic Rpc Transport override
Related-Blueprint: undercloud-minion

Change-Id: I24d6d2e220fd99a9d9ae99e1bfbf31da1423bc3a
Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
2019-05-24 11:18:01 +02:00

12 lines
557 B
YAML

---
features:
- |
`IronicRpcTransport` controlls the remote procedure call transport between
Ironic Conductor and API processes. For some case, like Edge DCN, this
parameter may be set to 'json-rpc', when the used messaging broker should
not be stretched over WAN. For such cases, this option also plays nicely
alongside the
`Ironic Conductor Groups <https://docs.openstack.org/ironic/latest/admin/conductor-groups.html>`_
feature. Defaults to an empty value, which leaves the corresponding
service's default value intact.