Files
ironic/releasenotes/notes/localrpc-403d72535e3e0048.yaml
Dmitry Tantsur 3831464751 Switch from local RPC to automated JSON RPC on localhost
Change-Id: I4a245b3820f8054cb8e6b716aa101aeb3876e504
Signed-off-by: Dmitry Tantsur <dtantsur@protonmail.com>
2025-07-21 18:15:17 +02:00

10 lines
378 B
YAML

---
upgrade:
- |
All-in-one Ironic processes that use ``rpc_transport=none`` are switched
to using JSON RPC over localhost on upgrade. This is because the current
model is not compatible with the post-eventlet architecture.
Make sure that local traffic is possible on port 8089. If not, you may
change the port by modifying the ``[json_rpc]port`` option.