Comment 4 for bug 1864665

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

Reviewed: https://review.opendev.org/713132
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=54ca5d9afb11867ea022464d7ecad9f1ce13e453
Submitter: Zuul
Branch: stable/queens

commit 54ca5d9afb11867ea022464d7ecad9f1ce13e453
Author: Balazs Gibizer <email address hidden>
Date: Tue Feb 25 16:48:48 2020 +0100

    Avoid circular reference during serialization

    When an instance with numa topology is re-scheduled the conductor
    migrate task blows with circular reference during request spec
    serialization. It happens because there are ovos in the request spec
    that jsonutils.dumps only serialize if requested explicitly.

    This patch makes the explicit request.

    This is a stable only bug fix as the borken code was removed in Stein by
    the feature patch I4244f7dd8fe74565180f73684678027067b4506e

    Closes-Bug: #1864665

    Change-Id: I1942bfa9bd1baf8738d34c287216db7b59000a36
    (cherry picked from commit 3871b38fe03aee7a1ffbbdfdf8a60b8c09e0ba76)