From 26754432e34b94bfe4c942517a77415e221c3bb6 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Wed, 20 Feb 2019 15:21:46 +0100 Subject: [PATCH] =?UTF-8?q?en=20HA=20RPC=20doit=20=C3=AAtre=20accessible?= =?UTF-8?q?=20sur=20eth0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tmpl/sunstone-server.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmpl/sunstone-server.conf b/tmpl/sunstone-server.conf index 74f0f4d..f51c961 100644 --- a/tmpl/sunstone-server.conf +++ b/tmpl/sunstone-server.conf @@ -24,7 +24,7 @@ # OpenNebula sever contact information # -%if %%one_ha_role == 'oui' +%if %%enable_one_ha == 'oui' :one_xmlrpc: http://%%adresse_ip_eth0:2633/RPC2 %else :one_xmlrpc: http://localhost:2633/RPC2