Comment 21 for bug 1530742

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

Reviewed: https://review.openstack.org/263125
Committed: https://git.openstack.org/cgit/openstack/tempest-lib/commit/?id=771402f2e92d9977a33a88da0ec2210365d0a16a
Submitter: Jenkins
Branch: master

commit 771402f2e92d9977a33a88da0ec2210365d0a16a
Author: zhangguoqing <zhang.guoqing@99cloud.net>
Date: Mon Jan 4 06:01:28 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: I912333466ac65aa3ad06732f3a16e7130b21e282
    Closes-Bug: #1530742