Comment 122 for bug 1508442

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

Reviewed: https://review.openstack.org/291677
Committed: https://git.openstack.org/cgit/openstack/networking-vsphere/commit/?id=89083c5fdf9f3bee8d9752f8f0dfda31411f9913
Submitter: Jenkins
Branch: master

commit 89083c5fdf9f3bee8d9752f8f0dfda31411f9913
Author: Aman Kumar <email address hidden>
Date: Fri Mar 11 03:54:03 2016 -0800

    log.warn is deprecated in python 3

    Python 3 deprecated the LOG.warn method, see:
    https://docs.python.org/3/library/logging.html#logging.warning, so we
    prefer to use warning to avoid DeprecationWarning.

    Neutron Upstream review link is available here:
    https://review.openstack.org/#/c/278277/

    Change-Id: Id0c49c4f604518cdf40bf68572698d5cb623f32d
    Closes-Bug: #1508442