Comment 41 for bug 1508442

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

Reviewed: https://review.openstack.org/262131
Committed: https://git.openstack.org/cgit/openstack/python-magnumclient/commit/?id=094009f494661ac7c59dcf442a662c4c070c43e9
Submitter: Jenkins
Branch: master

commit 094009f494661ac7c59dcf442a662c4c070c43e9
Author: Wanlong Gao <email address hidden>
Date: Tue Dec 29 09:35:25 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.

    Change-Id: If47818a6ce8adb14bc275dc5a6b5ab4b9d189ff7
    Closes-Bug: 1508442