summaryrefslogtreecommitdiffstats
path: root/nova/tests/scheduler
Commit message (Expand)AuthorAgeFilesLines
* Merge "New select_destinations scheduler call"Jenkins2013-07-014-0/+110
|\
| * New select_destinations scheduler callAndrew Laski2013-06-284-0/+110
* | 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
| |/
* | Merge "Clean up scheduler tests"Jenkins2013-06-254-24/+6
|\ \
| * | Clean up scheduler testsAndrew Laski2013-06-194-24/+6
* | | Merge "Allow scheduler manager NoValidHost exception to pass over RPC"Jenkins2013-06-251-0/+11
|\ \ \
| * | | Allow scheduler manager NoValidHost exception to pass over RPCHans Lindgren2013-06-191-0/+11
| |/ /
* | / Extract live-migration scheduler logic from the scheduler driverJohn Garbutt2013-06-242-627/+18
| |/ |/|
* | Revert "Initial scheduler support for instance_groups"Russell Bryant2013-06-201-9/+4
* | Merge "Initial scheduler support for instance_groups"Jenkins2013-06-201-4/+9
|\ \ | |/ |/|
| * Initial scheduler support for instance_groupsGary Kotton2013-06-161-4/+9
* | Fix flavor extra_specs filter doesn't work for numberjiataotj2013-06-141-5/+8
|/
* Merge "Fix and enable H403 tests"Jenkins2013-06-134-8/+17
|\
| * Fix and enable H403 testsDirk Mueller2013-06-124-8/+17
* | Merge "Put VM UUID to live migration error notification"Jenkins2013-06-131-0/+30
|\ \ | |/ |/|
| * Put VM UUID to live migration error notificationJay Lau2013-06-091-0/+30
* | Rename functions in nova.compute.flavors from instance_typeJoe Gordon2013-06-111-7/+7
* | Merge "Refactors scheduler.chance.select_hosts to raise NoValidHost"Jenkins2013-06-103-0/+22
|\ \
| * | Refactors scheduler.chance.select_hosts to raise NoValidHostTiago Mello2013-06-063-0/+22
* | | Speeding up scheduler testsRick Harris2013-06-078-24/+56
| |/ |/|
* | Moving more tests to appropriate locationsRick Harris2013-06-061-0/+158
|/
* Remove unused launch_time from instanceChris Behrens2013-05-311-1/+0
* set ERROR state when scheduler hits max attemptsRyan Moore2013-05-211-4/+13
* Pass None to image if booted from volume in live migrationDongdong Zhou2013-05-081-0/+25
* Rename nova.compute.instance_types to flavorsJoe Gordon2013-05-073-11/+11
* Merge "Add force_nodes to filter properties"Jenkins2013-05-031-2/+95
|\
| * Add force_nodes to filter propertiesDevananda van der Veen2013-05-021-2/+95
* | Deprecate show_host_resources() in scheduler managerHans Lindgren2013-05-021-4/+0
|/
* Reset migrating task state for MigrationError exceptionsHans Lindgren2013-05-011-0/+9
* Merge "Adds tests for isolated_hosts_filter"Jenkins2013-04-291-33/+43
|\
| * Adds tests for isolated_hosts_filterMatthew Sherborne2013-04-261-33/+43
* | Move get_backdoor_port to base rpc API.Russell Bryant2013-04-241-7/+0
|/
* Sync rpc from oslo-incubator.Russell Bryant2013-04-142-0/+4
* Merge "Remove unnecessary db call in scheduler driver live-migration code"Jenkins2013-04-121-11/+7
|\
| * Remove unnecessary db call in scheduler driver live-migration codeHans Lindgren2013-04-111-11/+7
* | Merge "Remove multi scheduler."Jenkins2013-04-111-77/+0
|\ \
| * | Remove multi scheduler.Russell Bryant2013-04-101-77/+0
* | | Simplify random host choice.Russell Bryant2013-04-101-14/+13
|/ /
* / Catch NoValidHost exception during live-migrationHans Lindgren2013-04-091-0/+32
|/
* Remove deprecated Grizzly code.Joe Gordon2013-04-043-173/+0
* Remove uses of instance['instance_type'] from nova/schedulerDan Smith2013-03-082-12/+25
* Don't use instance['instance_type'] for scheduler filters in migrationDan Smith2013-02-281-0/+8
* Update OpenStack LLC to FoundationKurt Taylor2013-02-2610-10/+10
* Merge "Use oslo-config-2013.1b4"Jenkins2013-02-203-4/+7
|\
| * Use oslo-config-2013.1b4Mark McLoughlin2013-02-193-4/+7
* | Multi-tenancy isolation with aggregatesBelmiro Moreira2013-02-191-0/+39
|/
* Live migration with an auto selection of destHans Lindgren2013-02-191-9/+114