Configuration option=Default value | (Type) Description | |||
---|---|---|---|---|
sql_connection=sqlite:// | (StrOpt) The details of the database connection. For example mysql://root:nova@127.0.0.1:3306/ovs_quantum. 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_max_retries=10 | (IntOpt) Database re-connection retry times. This is in the event connectivity is lost with the database. -1 implies an infinite retry count. | |||
reconnect_interval=2 | (IntOpt) Database reconnection interval in seconds - in event connectivity is lost. |
Configuration option=Default value | (Type) Description |
---|---|
network_vlan_ranges=default:1000:2999 | (ListOpt) Comma-separated list of <physical_network>:<vlan_min>:<vlan_max> tuples enumerating ranges of VLAN IDs on named physical networks that are available for allocation. |
Configuration option=Default value | (Type) Description |
---|---|
physical_interface_mappings=default:eth1 | (ListOpt) Comma-separated list of <physical_network>:<physical_interface> tuples mapping physical network names to agent's node-specific physical network interfaces. Server uses physical network names for validation but ignores interfaces. |
Configuration option=Default value | (Type) Description |
---|---|
rpc=True | (BoolOpt) If this is True then the agent will communicate with the plugin via the OpenStack RPC (configured in quantum.conf). If this is False then the agent will poll the database for changes. In the event that this is False then please update the relevant database settings on the agent so that it is able to access the database. |
polling_interval=2 | (IntOpt) Agent's polling interval in seconds. |
root_helper=sudo | (StrOpt) This enables limiting commands that can be run. Please refer to rootwrap section for more details. |