Files
ironic/releasenotes/notes/no-localrpc-09e47b3a9229ad8e.yaml
Dmitry Tantsur 4dd42796c0 Revert "Switch from local RPC to automated JSON RPC on localhost"
The initial concern was the multi-process model that cotyledon uses.
Commit 71dd34a7bd moved API to the
conductor process, so this no longer applies.

This reverts commit 3831464751.

Generated-By: Claude Code
Change-Id: Iaeabcfb8f6558220a10060ccca788f1f4b959f0e
Signed-off-by: Dmitry Tantsur <dtantsur@protonmail.com>
2025-08-28 17:10:25 +02:00

12 lines
399 B
YAML

---
fixes:
- |
No longer uses JSON RPC with ``[DEFAULT]rpc_transport`` set to ``none``.
It was required during the transition away from eventlet, and is no longer
needed. RPC can still be enabled by setting ``rpc_transport`` to
``json-rpc``.
upgrade:
- |
The options in the ``[local_rpc]`` group introduced in Ironic 31.0 have
been removed and no longer have any effect.