Comment 7 for bug 1529913

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

Reviewed: https://review.openstack.org/262123
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=d49a78e9f895be36eeeb3da88e2472cf773cb105
Submitter: Jenkins
Branch: master

commit d49a78e9f895be36eeeb3da88e2472cf773cb105
Author: LiuNanke <email address hidden>
Date: Tue Dec 29 11:53:12 2015 +0800

    Python 3 deprecated the logger.warn method in favor of 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.

    Closes-Bug: #1529913

    Change-Id: I5d6d85b1ee4a63ebfb3348c093e37ab48b713e40