2cf929f843
blueprint midonet-quantum-plugin Change-Id: I4e22bdfed961cd10856d075a1e58cff3a216ce89 Signed-off-by: Tomoe Sugihara <tomoe@midokura.com> Signed-off-by: Ryu Ishimoto <ryu@midokura.com> Signed-off-by: Rossella Sblendido <rossella@midokura.com>
42 lines
1.4 KiB
INI
42 lines
1.4 KiB
INI
[DATABASE]
|
|
# This line MUST be changed to actually run the plugin.
|
|
# Example:
|
|
# sql_connection = mysql://root:pass@127.0.0.1:3306/midonet_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_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 - if the initial connection to the
|
|
# database fails
|
|
reconnect_interval = 2
|
|
# 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
|
|
|
|
[MIDONET]
|
|
# MidoNet API server URI
|
|
# midonet_uri = http://localhost:8080/midonet-api
|
|
|
|
# MidoNet admin username
|
|
#username = admin
|
|
|
|
# MidoNet admin password
|
|
#password = passw0rd
|
|
|
|
# ID of the project that MidoNet admin user belongs to
|
|
#project_id = 77777777-7777-7777-7777-777777777777
|
|
|
|
# Virtual provider router ID
|
|
#provider_router_id = 00112233-0011-0011-0011-001122334455
|
|
|
|
# Virtual metadata router ID
|
|
#metadata_router_id = ffeeddcc-ffee-ffee-ffee-ffeeddccbbaa
|