Comment 3 for bug 1529913

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

Reviewed: https://review.openstack.org/262232
Committed: https://git.openstack.org/cgit/openstack/trove/commit/?id=1ee6814457e454dd86d263563d7cadd15dce3113
Submitter: Jenkins
Branch: master

commit 1ee6814457e454dd86d263563d7cadd15dce3113
Author: LiuNanke <email address hidden>
Date: Tue Dec 29 22:45:10 2015 +0800

    Using LOG.warning replace LOG.warn

    *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: Iae9e13e89bb9566c2482017f631408a95ffe002d