summaryrefslogtreecommitdiff
path: root/nova/scheduler/chance.py
Commit message (Expand)AuthorAgeFilesLines
* Set instance host field after resource claimBrian Elliott2012-11-211-1/+1
* Update quota when deleting volume that failed to be scheduledZhiteng Huang2012-09-181-3/+3
* Adds new volume API extensionsUnmesh Gurjar2012-09-181-2/+2
* Fixes error handling during schedule_run_instanceVishvananda Ishaya2012-09-171-14/+19
* Remove scheduler RPC API version 1.xMark McLoughlin2012-08-291-44/+7
* Stop using scheduler RPC API magicMark McLoughlin2012-08-291-0/+9
* Always create the run_instance records locallyVishvananda Ishaya2012-08-161-0/+26
* Enforce quota limitations for instance resize.Eoghan Glynn2012-08-141-2/+3
* scheduler prep_resize should not update instance['host']Chris Behrens2012-08-081-4/+2
* Send full instance to run_instance.Russell Bryant2012-08-061-3/+5
* Remove topic from scheduler run_instance.Russell Bryant2012-08-061-1/+1
* Use explicit args in run_instance scheduler code.Russell Bryant2012-08-061-4/+10
* Reduce db access in prep_resize in the compute manager.Russell Bryant2012-08-061-3/+4
* Updates to the prep_resize scheduler rpc call.Russell Bryant2012-08-031-9/+15
* Finish quota refactor.Kevin L. Mitchell2012-05-231-2/+4
* Fix OpenStack CapitalizationJoe Gordon2012-03-151-1/+1
* Include launch_index when creating instances.Mike Milner2012-02-231-0/+1
* Forgot to update chance scheduler for ignore_hosts changeChris Behrens2012-01-201-10/+5
* Separate scheduler host managementChris Behrens2012-01-181-3/+2
* Use instance_properties in resize.Mark Washenberger2012-01-051-4/+6
* Fix scheduler error handlerChris Behrens2011-12-151-1/+4
* Make run_instance only support instance uuids.Mark Washenberger2011-12-011-1/+1
* Implement schedule_prep_resize()Kevin L. Mitchell2011-11-181-3/+25
* Exception cleanup in schedulerJoe Gordon2011-11-081-3/+3
* compute_api create*() and schedulers refactoringChris Behrens2011-09-271-2/+23
* Review feedbackJosh Kearney2011-03-311-2/+2
* More friendly error messageJosh Kearney2011-03-311-1/+3
* First round of i18n-ifying strings in Novajaypipes@gmail.com2010-12-111-1/+1
* fix docstrings and formattingVishvananda Ishaya2010-09-071-6/+2
* more scheduler testsVishvananda Ishaya2010-09-021-22/+2
* scheduler + unittestsVishvananda Ishaya2010-09-021-6/+31
* more pylint fixesChris Behrens2010-08-101-0/+4
* separated scheduler types into own modulesChris Behrens2010-08-091-0/+33