From 00bdd8b2ba28833a250cbb86170039b393251c36 Mon Sep 17 00:00:00 2001 From: tierno Date: Thu, 12 Jan 2017 18:25:24 +0100 Subject: [PATCH] change default configuration to do not proxy the VIM VNF consoles Change-Id: Ie3def1d49cc8a8311e0368707d83f671c1354071 Signed-off-by: tierno --- openmanod.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmanod.cfg b/openmanod.cfg index 4ae845b7..2d2a9cc6 100644 --- a/openmanod.cfg +++ b/openmanod.cfg @@ -29,7 +29,7 @@ http_port: 9090 # General port (by default, 9090) # Not used in current version! #Parameters for a VIM console access. Can be directly the VIM URL or a proxy to offer the openmano IP address -#http_console_proxy: False #by default True. If False proxy is not implemented and VIM URL is offered. It is +http_console_proxy: False #by default True. If False proxy is not implemented and VIM URL is offered. It is #assumed then, that client can access directly to the VIMs #http_console_host: #by default the same as 'http_host'. However is openmano server is behind a NAT/proxy #you should specify the public IP used to access the server. Also when 'http_host' is -- 2.25.1