Comment 123 for bug 1508442

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

Reviewed: https://review.openstack.org/292199
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=95ef7ac95b8f944c7e0a2a34baaaad89d61c1364
Submitter: Jenkins
Branch: master

commit 95ef7ac95b8f944c7e0a2a34baaaad89d61c1364
Author: Swapnil Kulkarni (coolsvap) <email address hidden>
Date: Mon Mar 14 09:38:56 2016 +0530

    Replace deprecated LOG.warn with LOG.warning

    LOG.warn is deprecated. It still used in a few places.
    Updated to non-deprecated LOG.warning.
    Moved the nova/virt/libvirt/driver.py out of the
    https://review.openstack.org/264133

    Change-Id: If4a7c329d45a97c343ba8bfc40cc637b9dd0ac32
    Depends-On: I42c7b6a172b64a3c1ac6e0703df48ac2ddf8390a
    Partial-Bug:#1508442