~ubuntu-branches/ubuntu/saucy/quantum/saucy

« back to all changes in this revision

Viewing changes to etc/quantum/plugins/mlnx/mlnx_conf.ini

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2013-05-31 09:37:25 UTC
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: package-import@ubuntu.com-20130531093725-09i9oem8a2xlw442
Tags: upstream-2013.2~b1
ImportĀ upstreamĀ versionĀ 2013.2~b1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[MLNX]
 
2
# (StrOpt) Type of network to allocate for tenant networks. The
 
3
# default value is 'vlan'  You MUST configure network_vlan_ranges below
 
4
# in order for tenant networks to provide connectivity between hosts.
 
5
# Set to 'none' to disable creation of tenant networks.
 
6
#
 
7
# Default: tenant_network_type = vlan
 
8
# Example: tenant_network_type = vlan
 
9
 
 
10
# (ListOpt) Comma-separated list of
 
11
# <physical_network>[:<vlan_min>:<vlan_max>] tuples enumerating ranges
 
12
# of VLAN IDs on named physical networks that are available for
 
13
# allocation. All physical networks listed are available for flat and
 
14
# VLAN provider network creation. Specified ranges of VLAN IDs are
 
15
# available for tenant network allocation if tenant_network_type is
 
16
# 'vlan'. If empty, only local networks may be created.
 
17
#
 
18
# Default: network_vlan_ranges =
 
19
# Example: network_vlan_ranges = default:1:100
 
20
 
 
21
[DATABASE]
 
22
# This line MUST be changed to actually run the plugin.
 
23
# Example:
 
24
# sql_connection = mysql://root:nova@127.0.0.1:3306/quantum_linux_bridge
 
25
# Replace 127.0.0.1 above with the IP address of the database used by the
 
26
# main quantum server. (Leave it as is if the database runs on this host.)
 
27
sql_connection = sqlite://
 
28
# Database reconnection retry times - in event connectivity is lost
 
29
# set to -1 implies an infinite retry count
 
30
# sql_max_retries = 10
 
31
# Database reconnection interval in seconds - in event connectivity is lost
 
32
reconnect_interval = 2
 
33
 
 
34
[ESWITCH]
 
35
# (ListOpt) Comma-separated list of
 
36
# <physical_network>:<physical_interface> tuples mapping physical
 
37
# network names to the agent's node-specific physical network
 
38
# interfaces to be used for flat and VLAN networks. All physical
 
39
# networks listed in network_vlan_ranges on the server should have
 
40
# mappings to appropriate interfaces on each agent.
 
41
#
 
42
# Default: physical_interface_mappings =
 
43
# Example: physical_interface_mappings = default:eth2
 
44
 
 
45
# (StrOpt) Type of Network Interface to allocate for VM:
 
46
# direct or hosdev according to libvirt terminology
 
47
# Default: vnic_type = direct
 
48
 
 
49
# (StrOpt) Eswitch daemon end point connection url
 
50
# Default: daemon_endpoint = 'tcp://127.0.0.1:5001'
 
51
 
 
52
# The number of milliseconds the agent will wait for
 
53
# response on request to daemon
 
54
# Default: request_timeout = 3000
 
55
 
 
56
 
 
57
[AGENT]
 
58
# Agent's polling interval in seconds
 
59
polling_interval = 2