Openvim controller dhcp server over a ovs vxlan mesh
[osm/openvim.git] / openvimd.cfg
index 545b739..47238d3 100644 (file)
@@ -76,6 +76,10 @@ network_vlan_range_end:   4000
 # - ovs :   (by default) Use a vlxan mesh between computes to handle the network overlay.
 # - bridge: Use pre-populated linux bridges with L2 conectivity at compte nodes.
 network_type : ovs
+ovs_controller_ip   :   localhost                   # dhcp controller IP address, must be change in order to
+ovs_controller_user :   "osm_dhcp"                  # User for the dchp controller for OVS networks
+ovs_controller_file_path  :   "/var/lib/openvim"    # Path for dhcp daemon configuration, by default '/var/lib/openvim'
+
 
 #host bridge interfaces for networks
 # Apply only for 'network_type: bridge'