Comment 102 for bug 1508442

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

Reviewed: https://review.openstack.org/263617
Committed: https://git.openstack.org/cgit/openstack/octavia/commit/?id=de41db275540adf952c1e654ee2400080fef90a6
Submitter: Jenkins
Branch: master

commit de41db275540adf952c1e654ee2400080fef90a6
Author: zhang.lei <zhang.lei@99cloud.net>
Date: Tue Mar 8 14:54:24 2016 +0800

    Replace deprecated LOG.warn with 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: I49544d1370e7fe083eb23752227567d8d6f24020
    Closes-Bug: #1508442