summaryrefslogtreecommitdiffstats
path: root/nova/tests/scheduler/test_host_filters.py
Commit message (Expand)AuthorAgeFilesLines
* Merge "Add AggregateRamFilter"Jenkins2013-06-281-0/+58
|\
| * Add AggregateRamFilterQiu Yu2013-06-211-0/+58
* | Merge "Add AggregateCoreFilter"Jenkins2013-06-281-0/+46
|\ \
| * | Add AggregateCoreFilterQiu Yu2013-06-211-0/+46
| |/
* / Clean up scheduler testsAndrew Laski2013-06-191-7/+2
|/
* Fix flavor extra_specs filter doesn't work for numberjiataotj2013-06-141-5/+8
* Speeding up scheduler testsRick Harris2013-06-071-2/+5
* Adds tests for isolated_hosts_filterMatthew Sherborne2013-04-261-33/+43
* Remove deprecated Grizzly code.Joe Gordon2013-04-041-16/+0
* Update OpenStack LLC to FoundationKurt Taylor2013-02-261-1/+1
* Merge "Use oslo-config-2013.1b4"Jenkins2013-02-201-1/+2
|\
| * Use oslo-config-2013.1b4Mark McLoughlin2013-02-191-1/+2
* | Multi-tenancy isolation with aggregatesBelmiro Moreira2013-02-191-0/+39
|/
* clean up missing whitespace after ':'Aaron Rosen2013-02-151-1/+1
* Support for scheduler hints for VM groupsGary Kotton2013-02-081-0/+14
* Fix an error in affinity filtersHans Lindgren2013-01-281-0/+28
* Enable N302: Import modules onlyJoe Gordon2013-01-251-2/+3
* Add trust level cache to trusted_filterYunhong, Jiang2013-01-221-14/+84
* Move global service networking opts to new moduleMark McLoughlin2013-01-091-1/+1
* fix N402 for nova/testsSean Dague2013-01-091-5/+5
* Enable Aggregate based availability zonesJoe Gordon2013-01-081-2/+5
* Merge "Remove the global DATA"Jenkins2013-01-071-32/+14
|\
| * Remove the global DATAYunhong, Jiang2013-01-051-32/+14
* | Fix regression in RetryFilterBrian Elliott2013-01-041-3/+3
|/
* Removed unused imports.Chuck Short2012-12-211-1/+0
* Access DB values as dict not as attributes. Part 2Joe Gordon2012-11-291-2/+2
* RetryFilter checks 'node' as well as 'host'Arata Notsu2012-11-281-5/+9
* Add pluggable ServiceGroup monitoring APIsYun Mao2012-11-261-4/+4
* Merge "Use CONF.import_opt() for nova.config opts"Jenkins2012-11-201-1/+1
|\
| * Use CONF.import_opt() for nova.config optsMark McLoughlin2012-11-201-1/+1
* | Merge "Remove nova.config.CONF"Jenkins2012-11-201-1/+2
|\|
| * Remove nova.config.CONFMark McLoughlin2012-11-201-1/+2
* | Merge "Enhance compute capability filter to check multi-level"Jenkins2012-11-201-0/+21
|\ \ | |/ |/|
| * Enhance compute capability filter to check multi-levelYunhong, Jiang2012-11-141-0/+21
* | Remove nova.flagsMark McLoughlin2012-11-171-1/+0
* | Merge "Check instance_type in compute capability filter"Jenkins2012-11-151-11/+0
|\ \
| * | Check instance_type in compute capability filterYunhong, Jiang2012-11-141-11/+0
| |/
* / Refactor scheduling filtersChris Behrens2012-11-141-22/+23
|/
* Switch from FLAGS to CONF in testsMark McLoughlin2012-11-101-2/+3
* Updated scheduler and compute for multiple capabilities.Mikyung Kang2012-11-101-74/+90
* Remove generic topic support from filter schedulerChris Behrens2012-11-091-97/+74
* Fix bug in a test for the scheduler DiskFilter.Andrea Rosa2012-10-231-2/+2
* Num instances scheduler filterBrian Elliott2012-09-281-0/+14
* Max I/O ops per host scheduler filterBrian Elliott2012-09-281-0/+16
* Fix bugs in resource tracker and cleanupBrian Elliott2012-09-201-10/+60
* Correct typo in memory_mb_limit filter propertyBrian Elliott2012-09-141-1/+1
* Add scope to extra_specs entriesDon Dugger2012-09-051-9/+12
* Add ops to aggregate_instance_extra_specs filter.Jinwoo 'Joseph' Suh2012-08-271-238/+208
* Merge "Introduce ImagePropertiesFilter scheduler filter"Jenkins2012-08-221-114/+37
|\
| * Introduce ImagePropertiesFilter scheduler filterJim Fehlig2012-08-171-114/+37