ironic/releasenotes/notes/rpc-none-f05dac657eef4b66.yaml
Dmitry Tantsur 019ed2d7b1 Add "none" RPC transport that disables the RPC bus
When using the new combined executable in a single-conductor scenario,
it may make sense to completely disable the remote RPC. The new
``rpc_transport`` value ``none`` achieves that.

Change-Id: I6a83358c65b3ed213c8a991d42660ca51fc3a8ec
Story: #2009676
Task: #44104
2021-12-07 09:33:04 +01:00

6 lines
163 B
YAML

---
features:
- |
Adds a new ``none`` RPC transport that can be used together with the
combined ``ironic`` executable to completely disable the RPC bus.