X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=openvimd.cfg;h=9641938c1b37354d849ba2c33da3a05afb3ce66a;hb=refs%2Fchanges%2F17%2F1317%2F3;hp=47238d3b15ec687954cc78b8581cb69998d7b044;hpb=e9317ff999987c09369b9eab6bcd044ced8f1048;p=osm%2Fopenvim.git diff --git a/openvimd.cfg b/openvimd.cfg index 47238d3..9641938 100644 --- a/openvimd.cfg +++ b/openvimd.cfg @@ -35,7 +35,7 @@ mode: test #Openflow controller information -of_controller: floodlight # Type of controller to be used. +of_controller: floodlight # Type of controller to be used. # Valid controllers are 'opendaylight', 'floodlight' or #of_controller_module: module # Only needed for . Python module that implement # this controller. By default a file with the name .py is used @@ -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