Atom feed of this document
 

 linuxbridge_conf.ini:

Table B.13. Database Access by Plugin
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.).

[Note]Note

This line must be changed to ensure that the database values are persistent. The sqlite is used for testing.

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.

 

Table B.14. VLAN Configurations
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.

Table B.15. Networking Options on the Agent
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.

Table B.16. Agent Options
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.

 



loading table of contents...