Comment 14 for bug 1231657

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

Reviewed: https://review.openstack.org/48733
Committed: http://github.com/openstack/oslo-incubator/commit/bb4d7a2534f6087d828e22784dc263522d309592
Submitter: Jenkins
Branch: master

commit bb4d7a2534f6087d828e22784dc263522d309592
Author: David Peraza <email address hidden>
Date: Wed Dec 4 09:15:28 2013 -0600

    Enables db2 server disconnects to be handled pessimistically

    A checkout listener can be added to sqlalchemy to be able to
    handle database disconnect pessimistically and avoid an error in
    the event of a DB restart or simply a temp connection issue due
    to network glitches. At the moment only mysql is enabled with
    this feature. This patch enables db2 as well.

    Partial-Bug: #1231657
    Change-Id: I5563360b43c4b648f5b035099b0e1d2e71d32503