ironic/releasenotes/notes/allinone-190ae91884d81154.yaml
Dmitry Tantsur 9a6f2d101b All-in-one Ironic service with a local RPC bus
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
2021-12-07 09:31:12 +01:00

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.