Comment 23 for bug 1530742

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

Reviewed: https://review.openstack.org/263131
Committed: https://git.openstack.org/cgit/openstack/tempest/commit/?id=6c0966470c6b9cadcadbfe14191a6d68a8a8b5b2
Submitter: Jenkins
Branch: master

commit 6c0966470c6b9cadcadbfe14191a6d68a8a8b5b2
Author: zhangguoqing <zhang.guoqing@99cloud.net>
Date: Mon Jan 4 06:17:21 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: I3a057080b7b888b2c246ad9910ddba564b07dbd9
    Closes-Bug: #1530742