nova/nova/scheduler
Przemyslaw Czesnowicz 0913e799e9 Fix handling of pci_requests in consume_from_instance.
Properly retrieve requests from pci_requests in consume_from_instance.
Without this the call to numa_fit_instance_to_host will fail because
it expects the request list.
And change the order in which apply_requests and numa_fit_instance_to_host
are called. Calling apply_requests first will remove devices from pools
and  may make numa_fit_instance_to_host fail.

Change-Id: I41cf4e8e5c1dea5f91e5261a8f5e88f46c7994ef
Closes-bug: #1444021
2015-04-17 17:05:42 +01:00
..
client Convert pci_device_pools dict to object before passing to scheduler 2015-03-25 10:12:48 -07:00
filters scheduler: re-calculate NUMA on consume_from_instance 2015-04-09 10:19:42 +01: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 Fix handling of pci_requests in consume_from_instance. 2015-04-17 17:05:42 +01:00
ironic_host_manager.py Merge "add ironic hypervisor type" 2015-04-09 16:13:17 +00: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