Comment 17 for bug 1813147

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

Reviewed: https://review.openstack.org/634928
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=cd1823195fac3d18aa58a45c819e6e97151b0f23
Submitter: Zuul
Branch: master

commit cd1823195fac3d18aa58a45c819e6e97151b0f23
Author: Jan Gutter <email address hidden>
Date: Tue Feb 5 14:51:49 2019 +0200

    Ignore some PendingDeprecationWarnings for os-vif

    os-vif got bumped to 1.14.0 in https://review.openstack.org/572082 and
    Nova is touching the VIFPortProfileOVSRepresentor class in a supported
    fashion until at least Train.

    However, that commit contributes to triggering bug 1813147 in check and
    gate. The warning is safe to silence and should be converted to an error
    in Train (once the older path is removed).

    Change-Id: I9d8175c78f068cf9bdad4aeba0941f6ff49a9acc
    Signed-off-by: Jan Gutter <email address hidden>
    Related-Bug: #1813147
    blueprint: generic-os-vif-offloads