nova/nova/scheduler
Ming Yang edeb497cf0 Minor refactor in nova.scheduler.filters.utils
* Used list comprehension instead of for loop to reduce loop overhead
* Simplify boolean expression with De Morgan's law

Change-Id: I9ac372cf7e4571eaeca56e0686db749839ffd6ec
2015-06-12 20:17:59 -07:00
..
client Convert pci_device_pools dict to object before passing to scheduler 2015-03-25 10:12:48 -07:00
filters Minor refactor in nova.scheduler.filters.utils 2015-06-12 20:17:59 -07: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 Use six.moves.range for Python 3 2015-05-20 15:19:51 -07:00
host_manager.py Fix version unit test on Python 3 2015-05-25 13:33:59 +02: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 Update rpc version aliases for kilo 2015-04-21 13:57:56 +08:00
scheduler_options.py Don't add exception instance in LOG.exception 2015-03-09 09:57:25 +00:00
utils.py Send Instance object to cells instance_update_at_top 2015-06-10 21:48:57 +00:00