Comment 31 for bug 1530742

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

Reviewed: https://review.openstack.org/264334
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=1bb3e8fa8dbb8ffde54825b37939b6aa4fd0a8e2
Submitter: Jenkins
Branch: master

commit 1bb3e8fa8dbb8ffde54825b37939b6aa4fd0a8e2
Author: David Stanek <email address hidden>
Date: Wed Jan 6 19:13:53 2016 +0000

    Adds a hacking check looking for Logger.warn usage

    Python3 has deprecated Logger.warn in favor of Logger.warning. Let's not
    allow Logger.warn to be used in our codebase.

    Change-Id: I271662ee8ab5f6843180cbde173aec9135ddb529
    Related-Bug: #1530742