Comment 6 for bug 1302796

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

Reviewed: https://review.openstack.org/85707
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=fdffaab6171562487a404963dbf6b7f1f9469a65
Submitter: Jenkins
Branch: milestone-proposed

commit fdffaab6171562487a404963dbf6b7f1f9469a65
Author: Lars Kellogg-Stedman <email address hidden>
Date: Fri Apr 4 14:58:12 2014 -0400

    mark vif_driver as deprecated and log warning

    Several classes were dropped from nova.virt.libvirt.vif from havana ->
    icehouse, leading to invalid configurations if one of these classes was
    used in the libvirt_vif_driver setting in nova.conf. The error message
    produced by nova-compute in this situation is misleading.

    This patch introduces stubs for all of the classes that were removed.
    These stubs inherit from LibvirtGenericVIFDriver and log a deprecation
    warning in __init__.

    This patch also marks the vif_driver option as deprecated.

    Change-Id: I6d6cb9315ce6f3b33d17756bcdc77dccda26fefe
    Closed-bug: 1302796
    (cherry picked from commit 9f6070e194504cc2ca2b7f2a2aabbf91c6b81897)