9a6f2d101b
This adds a new executable /usr/bin/ironic (cool that we no longer have a CLI with this name) that starts API and conductor together in the same process. When an RPC host name matches the current one, the call is not routed through the remote RPC, a local function call is done instead. Story: #2009676 Task: #43953 Change-Id: I51bf7226aea145dc7c8fd93d61caa233ca16c9c9
7 lines
219 B
YAML
7 lines
219 B
YAML
---
|
|
features:
|
|
- |
|
|
Adds a new executable ``ironic`` that starts both API and conductor in the
|
|
same process. Calls between the API and conductor instances in the same
|
|
process are not routed through the RPC.
|