[VLANS] vlan_start = 1000 vlan_end = 3000 [DATABASE] # This line MUST be changed to actually run the plugin. # Example: # sql_connection = mysql://root:nova@127.0.0.1:3306/quantum_linux_bridge # Replace 127.0.0.1 above with the IP address of the database used by the # main quantum server. (Leave it as is if the database runs on this host.) sql_connection = sqlite:// # Database reconnection retry times - in event connectivity is lost # set to -1 implies an infinite retry count # sql_max_retries = 10 # Database reconnection interval in seconds - in event connectivity is lost reconnect_interval = 2 [LINUX_BRIDGE] # This is the interface connected to the switch on your Quantum network physical_interface = eth1 [AGENT] # Agent's polling interval in seconds polling_interval = 2 # Change to "sudo quantum-rootwrap" to limit commands that can be run # as root. root_helper = sudo # Use Quantumv2 API # target_v2_api = False # Use RPC messaging to interface between agent and plugin # rpc = True