]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Expose most common QueuePoll parameters from SQLAlchemy
authorGary Kotton <gkotton@redhat.com>
Tue, 4 Jun 2013 15:14:39 +0000 (15:14 +0000)
committerGary Kotton <gkotton@redhat.com>
Thu, 6 Jun 2013 11:05:07 +0000 (11:05 +0000)
commit725d636da5959aee1954a8e8d5ff383d2a8b7bb9
tree91b92395b9891425ed2212affa33136339647a41
parent9105172d46c17bb13996fcf659c4d34242c0ce0c
Expose most common QueuePoll parameters from SQLAlchemy

Fixes bug 1160442

The defualt parameters are used unless otherwise configured. This
is applicable for:
 - pool_size
 - max_overflow
 - pool_timeout

By increasing the pool_size and the max_overflow and lowering the timeout
the issue reported in the bug is resolved.

NOTE: the configuration values enable the user to make use of the default
QueuePool tuning values.

Change-Id: Ic258442531a2caf2db4f05c4ddd6fbfb0c180f17
13 files changed:
etc/quantum/plugins/bigswitch/restproxy.ini
etc/quantum/plugins/brocade/brocade.ini
etc/quantum/plugins/hyperv/hyperv_quantum_plugin.ini
etc/quantum/plugins/linuxbridge/linuxbridge_conf.ini
etc/quantum/plugins/metaplugin/metaplugin.ini
etc/quantum/plugins/midonet/midonet.ini
etc/quantum/plugins/ml2/ml2_conf.ini
etc/quantum/plugins/nec/nec.ini
etc/quantum/plugins/nicira/nvp.ini
etc/quantum/plugins/openvswitch/ovs_quantum_plugin.ini
etc/quantum/plugins/plumgrid/plumgrid.ini
etc/quantum/plugins/ryu/ryu.ini
quantum/db/api.py