nova/nova/scheduler
James Chapman 69ec3b6f0c 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
2015-04-08 13:31:22 +01:00
..
client Convert pci_device_pools dict to object before passing to scheduler 2015-03-25 10:12:48 -07:00
filters Remove obsolete TODO in scheduler filters 2015-03-28 11:43:02 +03:00
weights Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
__init__.py Improve hacking rule to avoid author markers 2014-05-05 14:35:20 +02:00
caching_scheduler.py Add a caching scheduler driver 2014-02-26 13:53:07 +00:00
chance.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
driver.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
filter_scheduler.py Display host chosen for instance by scheduler 2015-02-27 14:17:07 +00:00
host_manager.py Manage compute node that exposes no pci devices 2015-04-08 13:31:22 +01:00
ironic_host_manager.py Respect CONF.scheduler_use_baremetal_filters 2015-04-03 08:23:40 -07:00
manager.py Add the RPC calls for instance updates. 2015-03-17 23:03:53 +00:00
rpcapi.py Add the RPC calls for instance updates. 2015-03-17 23:03:53 +00:00
scheduler_options.py Don't add exception instance in LOG.exception 2015-03-09 09:57:25 +00:00
utils.py Pass instance object to add_instance_fault_from_exc 2015-03-30 13:20:43 -04:00