[SWITCH] # username = # password = # address = # ostype = NOS # # Example: # username = admin # password = password # address = 10.24.84.38 # ostype = NOS [DATABASE] # sql_connection = sqlite:// # Enable the use of eventlet's db_pool for MySQL. The flags sql_min_pool_size, # sql_max_pool_size and sql_idle_timeout are relevant only if this is enabled. # sql_dbpool_enable = False # Minimum number of SQL connections to keep open in a pool # sql_min_pool_size = 1 # Maximum number of SQL connections to keep open in a pool # sql_max_pool_size = 5 # Timeout in seconds before idle sql connections are reaped # sql_idle_timeout = 3600 # # Example: # sql_connection = mysql://root:pass@localhost/brcd_quantum?charset=utf8 [PHYSICAL_INTERFACE] # physical_interface = # # Example: # physical_interface = physnet1 [VLANS] # network_vlan_ranges = :nnnn:mmmm # # Example: # network_vlan_ranges = physnet1:1000:2999 [AGENT] # Example: # root_helper = sudo /usr/local/bin/quantum-rootwrap /etc/quantum/rootwrap.conf [LINUX_BRIDGE] # physical_interface_mappings = : # # Example: # physical_interface_mappings = physnet1:em1