summaryrefslogtreecommitdiffstats
path: root/nova/tests/scheduler/test_chance_scheduler.py
Commit message (Expand)AuthorAgeFilesLines
* New select_destinations scheduler callAndrew Laski2013-06-281-0/+45
* Clean up scheduler testsAndrew Laski2013-06-191-8/+0
* Fix and enable H403 testsDirk Mueller2013-06-121-2/+4
* Refactors scheduler.chance.select_hosts to raise NoValidHostTiago Mello2013-06-061-0/+9
* Simplify random host choice.Russell Bryant2013-04-101-14/+13
* Update OpenStack LLC to FoundationKurt Taylor2013-02-261-1/+1
* Add select_hosts to scheduler manager rpcDavid Scannell2013-02-181-0/+30
* Make scheduler modules pass conductor to add_instance_faultDan Smith2013-01-301-1/+3
* Add host to instance_faults table.Rick Harris2013-01-171-3/+3
* Set instance host field after resource claimBrian Elliott2012-10-081-4/+4
* Fixes error handling during schedule_run_instanceVishvananda Ishaya2012-09-171-10/+15
* Remove scheduler RPC API version 1.xMark McLoughlin2012-08-291-133/+14
* scheduler prep_resize should not update instance['host']Chris Behrens2012-08-081-0/+24
* Send full instance to run_instance.Russell Bryant2012-08-061-15/+23
* Remove topic from scheduler run_instance.Russell Bryant2012-08-061-3/+3
* Use explicit args in run_instance scheduler code.Russell Bryant2012-08-061-9/+20
* Updates to the prep_resize scheduler rpc call.Russell Bryant2012-08-031-2/+4
* Finish quota refactor.Kevin L. Mitchell2012-05-231-11/+12
* Imports to human alphabetical orderJoe Gordon2012-04-261-1/+1
* Include launch_index when creating instances.Mike Milner2012-02-231-0/+53
* Refactor test_scheduler into unit testsChris Behrens2012-01-201-9/+137
* Forgot to update chance scheduler for ignore_hosts changeChris Behrens2012-01-201-7/+9
* Use instance_properties in resize.Mark Washenberger2012-01-051-2/+2
* Implement schedule_prep_resize()Kevin L. Mitchell2011-11-181-0/+50