Comment 30 for bug 1530742

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

Reviewed: https://review.openstack.org/263113
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=624675f6949659501461f9841d95ca0cecb8683e
Submitter: Jenkins
Branch: master

commit 624675f6949659501461f9841d95ca0cecb8683e
Author: zhangguoqing <zhang.guoqing@99cloud.net>
Date: Mon Jan 4 04:56:07 2016 +0000

    Change LOG.warn to LOG.warning

    Python 3 deprecated the logger.warn method, see:
    https://docs.python.org/3/library/logging.html#logging.warning
    so we prefer to use warning to avoid DeprecationWarning.

    Change-Id: I7d20b2f8003ee89069d7cfd896729c6c78d5beb9
    Closes-Bug: #1530742