
The initial concern was the multi-process model that cotyledon uses. Commit71dd34a7bd
moved API to the conductor process, so this no longer applies. This reverts commit3831464751
. Generated-By: Claude Code Change-Id: Iaeabcfb8f6558220a10060ccca788f1f4b959f0e Signed-off-by: Dmitry Tantsur <dtantsur@protonmail.com>
12 lines
399 B
YAML
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.
|