X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=openvimd.cfg;h=bb852e51a8926f38a46af8f0510326f314072b10;hb=9678855e35ac6a03e7b9bf3fbe50f96937d9a686;hp=016ea89df5b89a7399a6f56631b73dbf4c2db76c;hpb=efc2bfb88058b5e5e40bfa874399b793e3778763;p=osm%2Fopenvim.git diff --git a/openvimd.cfg b/openvimd.cfg index 016ea89..bb852e5 100644 --- a/openvimd.cfg +++ b/openvimd.cfg @@ -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: localhost # 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