Comment 3 for bug 1435981

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

Reviewed: https://review.openstack.org/167817
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=69ec3b6f0ceba5db714e35f6d72d40f14ef51ad3
Submitter: Jenkins
Branch: master

commit 69ec3b6f0ceba5db714e35f6d72d40f14ef51ad3
Author: James Chapman <email address hidden>
Date: Wed Apr 8 10:31:04 2015 +0100

    Manage compute node that exposes no pci devices

    Booting a VM with a pci device causes an exception when the host doesnt
    have any assignable pci devices.
    If a host doesnt expose any pci devices to nova, its pci_stats are set
    to None. This causes an exception when the PciPassthroughFilter checks
    if the host can support the pci requests.

    Closes-Bug: #1435981
    Change-Id: Ia9fbec9c7a3afa9b7ea73c43b21db0909a195a36