Comment 3 for bug 1234873

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

Reviewed: https://review.openstack.org/49270
Committed: http://github.com/openstack/keystone/commit/d973ea9a47a6f9892208722f69a0cd127b2f73dc
Submitter: Jenkins
Branch: master

commit d973ea9a47a6f9892208722f69a0cd127b2f73dc
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