fixes 88: Change openvimd.cfg to listen in all interfaces by default 81/981/1
authortierno <alfonso.tiernosepulveda@telefonica.com>
Mon, 16 Jan 2017 17:54:40 +0000 (18:54 +0100)
committertierno <alfonso.tiernosepulveda@telefonica.com>
Wed, 18 Jan 2017 17:40:18 +0000 (18:40 +0100)
Change-Id: Ie0588523e6f3d581f1c2dba68dc41c06a38fb008
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
openvimd.cfg

index 2d1aabb..bb852e5 100644 (file)
@@ -51,12 +51,12 @@ of_controller_dpid: '00:01:02:03:04:05:06:07'    # Openflow Switch identifier (p
 of_controller_nets_with_same_vlan: false         # (by default, true)
 
 #Server parameters
-http_host:       localhost           # IP address where openvim is listening (by default, localhost)
+http_host:       0.0.0.0             # IP address where openvim is listening (by default, localhost)
 http_port:       9080                # General port where openvim is listening (by default, 9080)
 http_admin_port: 9085                # Admin port where openvim is listening (when missing, no administration server is launched)
 
 #database parameters
-db_host:   0.0.0.0                   # by default localhost
+db_host:   localhost                   # by default localhost
 db_user:   vim                       # DB user
 db_passwd: vimpw                     # DB password
 db_name:   vim_db                    # Name of the VIM DB