From f325f6c3a4953b9a12d598d47f1d5d46caa389a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabrice=20Barconni=C3=A8re?= Date: Tue, 4 Nov 2014 11:06:40 +0100 Subject: [PATCH] Prise en compte de OpenNebula Flow dans Sunstone fixes #9373 @10m --- tmpl/sunstone-server.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tmpl/sunstone-server.conf b/tmpl/sunstone-server.conf index 3ef835c..1e27902 100644 --- a/tmpl/sunstone-server.conf +++ b/tmpl/sunstone-server.conf @@ -101,7 +101,7 @@ # Default language setting -:lang: %%langue_sunstone +:lang: %%langue_sunstone # Default table order :table_order: desc @@ -126,7 +126,9 @@ # OneFlow endpoint # -:oneflow_server: http://localhost:2474/ +%if %%getVar('activer_oneflow', 'non') == 'oui' +:oneflow_server: http://%%getVar('ip_oneflow','172.0.0.1'):%%getVar('port_oneflow', '2474')/ +%end if ################################################################################ # Routes