Comment 15 for bug 1508442

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

Reviewed: https://review.openstack.org/262136
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=2fde87a0e91689aaf3c918209f1ee8a1d832d6f3
Submitter: Jenkins
Branch: master

commit 2fde87a0e91689aaf3c918209f1ee8a1d832d6f3
Author: Wanlong Gao <email address hidden>
Date: Tue Dec 29 14:37:10 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: Ic4e07276def17ef39764601c8a7e0991f9a4efbc
    Closes-Bug: 1508442