Comment 5 for bug 1812177

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

Reviewed: https://review.openstack.org/634439
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=7c85ebad0bf13d609b384e7637b0787bf8d484f7
Submitter: Zuul
Branch: stable/queens

commit 7c85ebad0bf13d609b384e7637b0787bf8d484f7
Author: Balazs Gibizer <email address hidden>
Date: Wed Jan 16 10:57:07 2019 +0100

    Fix incompatible version handling in BuildRequest

    The BuildRequest object code assumed that IncompatibleObjectVersion
    exception has a objver field that contains the object version. This
    assumption is not true. The unit test made another mistake serializing
    the function object obj_to_primitive instead of serializing the result
    of the call of obj_to_primitive. This caused a false positive test
    covering the error in the implementation as well.

    Closes-Bug: #1812177

    Change-Id: I1ef4a23aa2bf5cb46b481045f3d968f62f74606d
    (cherry picked from commit 975f0156137e37f7a9139c0268547d79dcc3c43c)
    (cherry picked from commit 6061186d2d86eb628dcdc61667c240576fa8f10e)