summaryrefslogtreecommitdiffstats
path: root/nova/scheduler
Commit message (Expand)AuthorAgeFilesLines
...
* Converting reboot to use instance objectsBrian Waldon2011-11-091-0/+6
* Merge "changes logging reference in zone_manager.py"Jenkins2011-11-081-1/+1
|\
| * changes logging reference in zone_manager.pyAlex Meade2011-11-081-1/+1
* | Exception cleanup in schedulerJoe Gordon2011-11-085-33/+24
|/
* Add auto-reloading JSON config file support to scheduler.Sandy Walsh2011-11-047-92/+170
* Allows non-admin users to use simple schedulerVishvananda Ishaya2011-11-031-7/+9
* Merge "Moves a-zone scheduling into simple scheduler"Jenkins2011-11-032-86/+19
|\
| * Moves a-zone scheduling into simple schedulerVishvananda Ishaya2011-10-202-86/+19
* | Reserve memory/disk for dom0/host OSChris Behrens2011-11-021-8/+20
* | APIs should not wait on scheduler for builds in single zone deploymentChris Behrens2011-11-021-0/+3
* | flatten distributed schedulerSandy Walsh2011-11-018-665/+656
* | fixes bug 883233.Joe Gordon2011-10-291-1/+2
* | Improve the liveness checking for servicesDavid Subiros2011-10-211-4/+2
|/
* Restructure host filtering to be easier to use.Johannes Erdfelt2011-10-048-50/+83
* bug 861310Sateesh Chodapuneedi2011-09-291-0/+3
* compute_api create*() and schedulers refactoringChris Behrens2011-09-2710-144/+245
* fix diverged branchSandy Walsh2011-09-211-1/+0
|\
| * removed unused importSandy Walsh2011-09-161-2/+0
* | clean up based on cerberus reviewSandy Walsh2011-09-211-9/+3
|/
* remove debuggingSandy Walsh2011-09-151-11/+5
* exceptions properly passed around nowSandy Walsh2011-09-151-3/+11
* pep8Sandy Walsh2011-09-151-0/+1
* tests are backSandy Walsh2011-09-141-6/+22
* working on getting tests backSandy Walsh2011-09-122-2/+4
* fixupsSandy Walsh2011-09-121-3/+4
* bug fixesSandy Walsh2011-09-123-2/+10
|\
| * 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-093-36/+67
| |\
| * | 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-122-2/+5
* | | trunk mergeSandy Walsh2011-09-093-27/+61
|\ \ \ | | |/ | |/|
| * | 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
| | |/
| * | Fixes the reroute_compute decorator in the scheduler API so that it properly:Chris Behrens2011-09-081-17/+35
| |\ \
| | * \ merged trunkChris Behrens2011-09-081-2/+14
| | |\ \
| | * | | comment fixChris Behrens2011-09-071-2/+2
| | * | | typo trying to raise InstanceNotFound when all zones returned nothingChris Behrens2011-09-071-4/+5
| | * | | create a new exception ZoneRequestError to use for returning errors when zone...Chris Behrens2011-09-071-1/+4
| | * | | catch exceptions from novaclient when talking to child zones. store them and...Chris Behrens2011-09-071-17/+31
| | | |/ | | |/|
| * | | merged trunkChris Behrens2011-09-081-2/+14
| |\ \ \ | | | |/ | | |/|
| | * | weigh_hosts() needs to return a list of hosts for the instances, not just a l...Kevin L. Mitchell2011-09-071-2/+14
| | |/
| * / remove the short circuit in abstract scheduler when no local hosts are availableChris Behrens2011-09-071-3/+0
| |/
* | adding auth tokens to child zone callsSandy Walsh2011-09-091-11/+14
* | child zone queries working with keystone nowSandy Walsh2011-09-081-3/+7
|\|
* | trunk mergeSandy Walsh2011-09-063-10/+16
|\|
| * Add documentation commentKevin L. Mitchell2011-09-021-0/+5
| * Forgot to handle return valueKevin L. Mitchell2011-09-021-1/+1