summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorDmitry Tantsur <dtantsur@protonmail.com>2021-11-29 11:36:06 +0100
committerDmitry Tantsur <dtantsur@protonmail.com>2021-12-07 09:33:04 +0100
commit019ed2d7b11575326328231a7f3eca88240275ef (patch)
tree33b73fffdafc3e48144a72c7014dbca18d5a3987 /releasenotes
parent9a6f2d101ba734126b3e7f0d475b747ebcb84b62 (diff)
downloadironic-019ed2d7b11575326328231a7f3eca88240275ef.tar.gz
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
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/rpc-none-f05dac657eef4b66.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/rpc-none-f05dac657eef4b66.yaml b/releasenotes/notes/rpc-none-f05dac657eef4b66.yaml
new file mode 100644
index 000000000..332ed241a
--- /dev/null
+++ b/releasenotes/notes/rpc-none-f05dac657eef4b66.yaml
@@ -0,0 +1,5 @@
+---
+features:
+ - |
+ Adds a new ``none`` RPC transport that can be used together with the
+ combined ``ironic`` executable to completely disable the RPC bus.