Comment 3 for bug 1565466

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

Reviewed: https://review.openstack.org/300885
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=871368bc65eb9ededd053055c35673dbb61dd3ad
Submitter: Jenkins
Branch: master

commit 871368bc65eb9ededd053055c35673dbb61dd3ad
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