From f9a69c1fecf4e88d42af306f89fe8d38762c0090 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Mon, 21 Feb 2022 13:12:03 +0100 Subject: [PATCH] Return Erlang distribution port mgmt binding While converting config to new style, erlang 25672 port binding to mgmt IP has been lost. We fix this now with re-adding inet_dist_use_interface option. Change-Id: Ife5bb330240ecbac3814f2e161c5e108e25f6c14 --- templates/advanced.config.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/advanced.config.j2 b/templates/advanced.config.j2 index c2d3ab68..7d453b93 100644 --- a/templates/advanced.config.j2 +++ b/templates/advanced.config.j2 @@ -1,3 +1,6 @@ [ + {kernel, [ + {inet_dist_use_interface, { {{ rabbitmq_management_bind_address|replace('.',',') }} } } + ]}, {mnesia, [{dump_log_write_threshold, {{ mnesia_dump_log_write_threshold }} }]} ].