nova/nova/scheduler
Davanum Srinivas 390fab8da4 Use oslo-config-generator instead of generate_sample.sh
Oslo team is actively getting rid of the old style generator.py
in openstack/common/config. So we should switch to the newer
oslo-config-generator which is the way forward. For simplicity's
sake, i used one single list_opts in opts.py. However we can
split this up and add entrypoints in setup.cfg if we decide to
do that instead.

blueprint oslo-config-generator

Change-Id: Ib7c72af7be47df08983708ac6da0ce103518b78c
2015-06-18 22:00:18 +00: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
opts.py Use oslo-config-generator instead of generate_sample.sh 2015-06-18 22:00:18 +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