Comment 6 for bug 1565466

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

Reviewed: https://review.openstack.org/301500
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=827ac5727c55edbd6f5112a3b9b2d52fc48a3bd1
Submitter: Jenkins
Branch: stable/mitaka

commit 827ac5727c55edbd6f5112a3b9b2d52fc48a3bd1
Author: Moshe Levi <email address hidden>
Date: Sun Apr 3 15:53:36 2016 +0300

    libvirt: pci detach devices should use dev.address

    The _detach_pci_devices gets pci_devs which is list
    of PciDevice objects. The code that check if pci is
    detach is using dev['address'] and as not in the obj
    format dev.address.

    Closes-Bug: #1565466

    Change-Id: I9ba58707d03d19018a025d7760f2a77f84d23aad
    (cherry picked from commit 871368bc65eb9ededd053055c35673dbb61dd3ad)