Comment 37 for bug 1285449

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-library (master)

Reviewed: https://review.openstack.org/77643
Committed: https://git.openstack.org/cgit/stackforge/fuel-library/commit/?id=0a24882dbdc32c8605c7f712d1b6f2780615a15f
Submitter: Jenkins
Branch: master

commit 0a24882dbdc32c8605c7f712d1b6f2780615a15f
Author: Matthew Mosesohn <email address hidden>
Date: Mon Mar 3 20:45:55 2014 +0400

    Add read_timeout and infinite retries to MySQL conns

    read_timeout=60 is an explicit parameter added
    for mysqldb to bail connections if no data is
    received for 60s. Depends on MySQLdb 1.2.5
    max_retries=-1 for all connections so that
    APIs don't give up and die

    Change-Id: Ib4a2cdcc287cbc53c18f7500d96f82d8099e0f35
    Partial-Bug: #1285449