Comment 15 for bug 1530742

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

Reviewed: https://review.openstack.org/263291
Committed: https://git.openstack.org/cgit/openstack/tacker/commit/?id=ff28020ab78f610baa0cc113fe36d7f71afa86eb
Submitter: Jenkins
Branch: master

commit ff28020ab78f610baa0cc113fe36d7f71afa86eb
Author: zhangguoqing <zhang.guoqing@99cloud.net>
Date: Mon Jan 4 14:45:04 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: Iafbe78cdcfac329d3795853fe8cc38e549279375
    Closes-Bug: #1530742