Comment 6 for bug 1474074

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

Reviewed: https://review.openstack.org/201654
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=a55ea8c92914d78ad63aca393dc4c70539c227a9
Submitter: Jenkins
Branch: stable/kilo

commit a55ea8c92914d78ad63aca393dc4c70539c227a9
Author: Nikola Dipanov <email address hidden>
Date: Tue Jul 14 16:25:15 2015 +0100

    Fix the incorrect PciDeviceList version number

    The following commit missed to bump the related list when bumping the
    object version.

        commit 1d4ad44f15503b8710ff59dea9f5e3f4894d56fb
        Author: Przemyslaw Czesnowicz <email address hidden>
        Date: Thu Nov 20 12:04:05 2014 +0000

            Add numa_node to PCIDevice

            The change extends the PCI device model and its DB representation.
            Query libvirt for the PCI devices numa node.

    This patch adds the necessary changes to master. We only bump the
    PciDeviceList version, and add a backporting rule to obj_relationship
    dictionary of the Instance object, to start sending the new version with
    1.18 version of the instance (we are currently on 1.21)

    The master patch fixes versioning going forward, and all interactions
    that request the PciDeviceList through the Instance object, however
    applying this stable/kilo backport is required for Kilo nodes to
    start requesting the latest version of PciDevice through PciDeviceList.

    (cherry picked from commit 80c109f85a9e8b182e918027731760e91026cb81)

    Conflicts:
     nova/objects/instance.py
     nova/tests/unit/objects/test_objects.py

    Closes-bug: #1474074
    Change-Id: Id743848061d2bcd64d785979c7a11ee7c945f06b