1e588cab27
When Ironic Conductor requires optimizations over WAN, like some Edge computing cases, allow configuring its [DEFAULT] rpc_transport setting. F.e. rpc_transport may be set to 'json-rpc' for Ironic conductor instances running at the edge sites, when the used messaging broker should not be stretched over WAN. For such cases, this option also plays nicely alongside the [conductor] conductor_group setting. Related-Blueprint: undercloud-minion Change-Id: Iad2f73f730315e8b3f0d5d809458626c9ebc890e Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
6 lines
148 B
YAML
6 lines
148 B
YAML
---
|
|
features:
|
|
- |
|
|
Adds ``ironic::rpc_transport`` parameter to define remote
|
|
procedure call transport between conductor and API processes.
|