Comment 2 for bug 1343544

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

Reviewed: https://review.openstack.org/107812
Committed: https://git.openstack.org/cgit/openstack/oslo-incubator/commit/?id=726d00aa80a402afc83f8d22b74008cd4d306445
Submitter: Jenkins
Branch: master

commit 726d00aa80a402afc83f8d22b74008cd4d306445
Author: Joshua Harlow <email address hidden>
Date: Thu Jul 17 12:50:10 2014 -0700

    Adjust oslo logging to provide adapter is enabled for

    In python 2.6 the isEnabledFor adapter method is not found
    since it was added in 2.7+ so to enable its usage in openstack
    which can want to use this method add it on when in python 2.6
    and just call the parent method on other versions.

    Closes-Bug: #1343544

    Change-Id: I5c3ba91cb1a8555d649fffc1377e9e9dfe92fea8