nova/nova/scheduler/filters
jichenjc 0f58a65adc Make scheduler code use object with good practice
commit 6c32576b move objects definition into object folder directly,
all other modules do not need to import other objects modules.
So current code didn't use good practice of objects usage and this
patch adjusts the code to use objects better.

Change-Id: I256dc9e3a2802a5c54d4d5e38f0b11039c031e96
2014-10-30 08:58:09 +08:00
..
__init__.py Remove unnecessary LOG initialisation 2013-04-10 13:26:12 +00:00
affinity_filter.py Cleanup and gate on hacking E713 rule 2014-07-16 02:06:33 -07:00
aggregate_image_properties_isolation.py Merge "No longer any need to pass admin context to aggregate DB API methods" 2014-05-22 07:58:28 +00:00
aggregate_instance_extra_specs.py Merge "No longer any need to pass admin context to aggregate DB API methods" 2014-05-22 07:58:28 +00:00
aggregate_multitenancy_isolation.py Merge "No longer any need to pass admin context to aggregate DB API methods" 2014-05-22 07:58:28 +00:00
all_hosts_filter.py Allow filters to only run once per request if their data is static 2013-07-08 13:04:48 +00:00
availability_zone_filter.py Add debug log for availability zone filter 2014-07-22 18:43:49 +08:00
compute_capabilities_filter.py Switch to nova's jsonutils in oslo.serialization 2014-10-14 11:35:05 +00:00
compute_filter.py Scheduler: add log warning hints 2014-09-21 23:41:48 -07:00
core_filter.py Merge "Add debug log for core_filter" 2014-07-29 16:34:12 +00:00
disk_filter.py filter: add per-aggregate filter to configure disk_allocation_ratio 2014-08-26 12:56:51 +00:00
exact_core_filter.py Scheduler: add log warning hints 2014-09-21 23:41:48 -07:00
exact_disk_filter.py Import Ironic scheduler filters and host manager 2014-08-01 09:23:54 +00:00
exact_ram_filter.py Import Ironic scheduler filters and host manager 2014-08-01 09:23:54 +00:00
extra_specs_ops.py Update OpenStack LLC to Foundation 2013-02-26 19:15:29 -05:00
image_props_filter.py compute: tweaks to vm_mode APIs to align with arch/hvtype 2014-09-16 15:27:26 +01:00
io_ops_filter.py filter: add per-aggregate filter to configure max_io_ops_per_host 2014-08-14 12:40:44 +02:00
isolated_hosts_filter.py docs - Fix errors,warnings from document generation 2014-08-08 22:07:31 +00:00
json_filter.py Switch to nova's jsonutils in oslo.serialization 2014-10-14 11:35:05 +00:00
metrics_filter.py Don't translate debug level scheduler logs 2014-04-18 10:53:49 -07:00
num_instances_filter.py filter: add per-aggregate filter to configure max_instances_per_host 2014-08-26 21:39:13 +00:00
numa_topology_filter.py Get instance_properties from request_spec 2014-09-17 12:54:52 +01:00
pci_passthrough_filter.py Replace pci_request flavor storage with proper object usage 2014-09-10 16:16:14 -04:00
ram_filter.py Use oslo.i18n 2014-07-18 14:28:09 -04:00
retry_filter.py Don't translate debug level scheduler logs 2014-04-18 10:53:49 -07:00
trusted_filter.py Switch to nova's jsonutils in oslo.serialization 2014-10-14 11:35:05 +00:00
type_filter.py fix typo in docstring 2014-08-23 19:26:46 +08:00
utils.py Make scheduler code use object with good practice 2014-10-30 08:58:09 +08:00