From 019ed2d7b11575326328231a7f3eca88240275ef Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Mon, 29 Nov 2021 11:36:06 +0100 Subject: 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 --- releasenotes/notes/rpc-none-f05dac657eef4b66.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 releasenotes/notes/rpc-none-f05dac657eef4b66.yaml (limited to 'releasenotes') 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. -- cgit v1.2.1