Comment 5 for bug 1234873

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to keystone (milestone-proposed)

Reviewed: https://review.openstack.org/50454
Committed: http://github.com/openstack/keystone/commit/fd5260d452d750ba2ad8e0f3cb77e658d4d56264
Submitter: Jenkins
Branch: milestone-proposed

commit fd5260d452d750ba2ad8e0f3cb77e658d4d56264
Author: Brant Knudson <email address hidden>
Date: Tue Oct 1 16:26:18 2013 -0500

    Fix mysql checkout handler AttributeError

    If the mysql_on_checkout handler encountered an error due to
    disconnect, it would fail with an AttributeError,

     AttributeError: 'module' object has no attribute 'warn'

    This is because it used the logging module where the LOG logger
    should have been used.

    Change-Id: Iae8a9bd4aeee6e35508059c20b92d70c36232963
    Closes-Bug: #1234873
    (cherry picked from commit d973ea9a47a6f9892208722f69a0cd127b2f73dc)