fixes 88: Change openvimd.cfg to listen in all interfaces by default 42/542/1
authortierno <alfonso.tiernosepulveda@telefonica.com>
Tue, 18 Oct 2016 15:21:58 +0000 (15:21 +0000)
committertierno <alfonso.tiernosepulveda@telefonica.com>
Tue, 18 Oct 2016 15:21:58 +0000 (15:21 +0000)
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
openvimd.cfg

index ccc888f..74345f5 100644 (file)
@@ -56,7 +56,7 @@ http_port:       9080                # General port where openvim is listening (
 http_admin_port: 9085                # Admin port where openvim is listening (when missing, no administration server is launched)
 
 #database parameters
-db_host:   localhost                 # by default localhost
+db_host:   0.0.0.0                   # by default localhost
 db_user:   vim                       # DB user
 db_passwd: vimpw                     # DB password
 db_name:   vim_db                    # Name of the VIM DB