summaryrefslogtreecommitdiffstats
path: root/nova/scheduler/abstract_scheduler.py
Commit message (Expand)AuthorAgeFilesLines
* flatten distributed schedulerSandy Walsh2011-11-011-315/+0
* Restructure host filtering to be easier to use.Johannes Erdfelt2011-10-041-2/+2
* compute_api create*() and schedulers refactoringChris Behrens2011-09-271-43/+32
* bug fixesSandy Walsh2011-09-121-1/+1
|\
| * don't need random in abstract_scheduler.py anymore...Kevin L. Mitchell2011-09-091-1/+0
| * pull-up from trunk; move spread_first into base_scheduler.pyKevin L. Mitchell2011-09-091-17/+11
| |\
| * | Add comment to document why random.shuffle() worksKevin L. Mitchell2011-09-091-0/+7
| * | actually shuffle the weighted_hosts list...Kevin L. Mitchell2011-09-071-0/+2
| * | spread-first strategyKevin L. Mitchell2011-09-071-1/+4
* | | tweaksSandy Walsh2011-09-121-1/+2
| |/ |/|
* | One more bug fix to make zones work in trunk. Basic problem is that in novac...Kevin L. Mitchell2011-09-081-3/+11
|\ \
| * | Add a NOTE()Kevin L. Mitchell2011-09-081-0/+8
| * | novaclient v1_0 has an ipgroups argument, but novaclient v1_1 doesn'tKevin L. Mitchell2011-09-061-3/+3
| |/
* / remove the short circuit in abstract scheduler when no local hosts are availableChris Behrens2011-09-071-3/+0
|/
* removed broken assert for abstract_schedulerChris Behrens2011-08-291-1/+0
* Removed extra parameter from the call to _provision_resource_locally()Ed Leafe2011-08-181-3/+3
* Added the fix for the missing parameter for the call to create_db_entry_for_n...Ed Leafe2011-08-181-3/+4
* pep8 cleanupEd Leafe2011-08-151-3/+3
* got tests passing with logic changesEd Leafe2011-08-151-30/+23
* Created the filters directory in nova/schedulerEd Leafe2011-08-121-19/+11
* start of dayEd Leafe2011-08-121-124/+56
* Refactored the scheduler classes without changing functionality. Removed all ...Ed Leafe2011-08-111-0/+403