Comment 29 for bug 1530742

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

Reviewed: https://review.openstack.org/263116
Committed: https://git.openstack.org/cgit/openstack/keystoneauth/commit/?id=ba0f1d473025e2b356c1229e8f34840b5ba72809
Submitter: Jenkins
Branch: master

commit ba0f1d473025e2b356c1229e8f34840b5ba72809
Author: zhangguoqing <zhang.guoqing@99cloud.net>
Date: Mon Jan 4 05:19:23 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: Ie3b4871b38cd2a1c38a99e63a6bf83f2b5d48704
    Closes-Bug: #1530742