| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Converting reboot to use instance objects | Brian Waldon | 2011-11-09 | 1 | -0/+6 | |
| * | Merge "changes logging reference in zone_manager.py" | Jenkins | 2011-11-08 | 1 | -1/+1 | |
| |\ | ||||||
| | * | changes logging reference in zone_manager.py | Alex Meade | 2011-11-08 | 1 | -1/+1 | |
| * | | Exception cleanup in scheduler | Joe Gordon | 2011-11-08 | 5 | -33/+24 | |
| |/ | ||||||
| * | Add auto-reloading JSON config file support to scheduler. | Sandy Walsh | 2011-11-04 | 7 | -92/+170 | |
| * | Allows non-admin users to use simple scheduler | Vishvananda Ishaya | 2011-11-03 | 1 | -7/+9 | |
| * | Merge "Moves a-zone scheduling into simple scheduler" | Jenkins | 2011-11-03 | 2 | -86/+19 | |
| |\ | ||||||
| | * | Moves a-zone scheduling into simple scheduler | Vishvananda Ishaya | 2011-10-20 | 2 | -86/+19 | |
| * | | Reserve memory/disk for dom0/host OS | Chris Behrens | 2011-11-02 | 1 | -8/+20 | |
| * | | APIs should not wait on scheduler for builds in single zone deployment | Chris Behrens | 2011-11-02 | 1 | -0/+3 | |
| * | | flatten distributed scheduler | Sandy Walsh | 2011-11-01 | 8 | -665/+656 | |
| * | | fixes bug 883233. | Joe Gordon | 2011-10-29 | 1 | -1/+2 | |
| * | | Improve the liveness checking for services | David Subiros | 2011-10-21 | 1 | -4/+2 | |
| |/ | ||||||
| * | Restructure host filtering to be easier to use. | Johannes Erdfelt | 2011-10-04 | 8 | -50/+83 | |
| * | bug 861310 | Sateesh Chodapuneedi | 2011-09-29 | 1 | -0/+3 | |
| * | compute_api create*() and schedulers refactoring | Chris Behrens | 2011-09-27 | 10 | -144/+245 | |
| * | fix diverged branch | Sandy Walsh | 2011-09-21 | 1 | -1/+0 | |
| |\ | ||||||
| | * | removed unused import | Sandy Walsh | 2011-09-16 | 1 | -2/+0 | |
| * | | clean up based on cerberus review | Sandy Walsh | 2011-09-21 | 1 | -9/+3 | |
| |/ | ||||||
| * | remove debugging | Sandy Walsh | 2011-09-15 | 1 | -11/+5 | |
| * | exceptions properly passed around now | Sandy Walsh | 2011-09-15 | 1 | -3/+11 | |
| * | pep8 | Sandy Walsh | 2011-09-15 | 1 | -0/+1 | |
| * | tests are back | Sandy Walsh | 2011-09-14 | 1 | -6/+22 | |
| * | working on getting tests back | Sandy Walsh | 2011-09-12 | 2 | -2/+4 | |
| * | fixups | Sandy Walsh | 2011-09-12 | 1 | -3/+4 | |
| * | bug fixes | Sandy Walsh | 2011-09-12 | 3 | -2/+10 | |
| |\ | ||||||
| | * | don't need random in abstract_scheduler.py anymore... | Kevin L. Mitchell | 2011-09-09 | 1 | -1/+0 | |
| | * | pull-up from trunk; move spread_first into base_scheduler.py | Kevin L. Mitchell | 2011-09-09 | 3 | -36/+67 | |
| | |\ | ||||||
| | * | | Add comment to document why random.shuffle() works | Kevin L. Mitchell | 2011-09-09 | 1 | -0/+7 | |
| | * | | actually shuffle the weighted_hosts list... | Kevin L. Mitchell | 2011-09-07 | 1 | -0/+2 | |
| | * | | spread-first strategy | Kevin L. Mitchell | 2011-09-07 | 1 | -1/+4 | |
| * | | | tweaks | Sandy Walsh | 2011-09-12 | 2 | -2/+5 | |
| * | | | trunk merge | Sandy Walsh | 2011-09-09 | 3 | -27/+61 | |
| |\ \ \ | | |/ | |/| | ||||||
| | * | | One more bug fix to make zones work in trunk. Basic problem is that in novac... | Kevin L. Mitchell | 2011-09-08 | 1 | -3/+11 | |
| | |\ \ | ||||||
| | | * | | Add a NOTE() | Kevin L. Mitchell | 2011-09-08 | 1 | -0/+8 | |
| | | * | | novaclient v1_0 has an ipgroups argument, but novaclient v1_1 doesn't | Kevin L. Mitchell | 2011-09-06 | 1 | -3/+3 | |
| | | |/ | ||||||
| | * | | Fixes the reroute_compute decorator in the scheduler API so that it properly: | Chris Behrens | 2011-09-08 | 1 | -17/+35 | |
| | |\ \ | ||||||
| | | * \ | merged trunk | Chris Behrens | 2011-09-08 | 1 | -2/+14 | |
| | | |\ \ | ||||||
| | | * | | | comment fix | Chris Behrens | 2011-09-07 | 1 | -2/+2 | |
| | | * | | | typo trying to raise InstanceNotFound when all zones returned nothing | Chris Behrens | 2011-09-07 | 1 | -4/+5 | |
| | | * | | | create a new exception ZoneRequestError to use for returning errors when zone... | Chris Behrens | 2011-09-07 | 1 | -1/+4 | |
| | | * | | | catch exceptions from novaclient when talking to child zones. store them and... | Chris Behrens | 2011-09-07 | 1 | -17/+31 | |
| | | | |/ | | |/| | ||||||
| | * | | | merged trunk | Chris Behrens | 2011-09-08 | 1 | -2/+14 | |
| | |\ \ \ | | | |/ | | |/| | ||||||
| | | * | | weigh_hosts() needs to return a list of hosts for the instances, not just a l... | Kevin L. Mitchell | 2011-09-07 | 1 | -2/+14 | |
| | | |/ | ||||||
| | * / | remove the short circuit in abstract scheduler when no local hosts are available | Chris Behrens | 2011-09-07 | 1 | -3/+0 | |
| | |/ | ||||||
| * | | adding auth tokens to child zone calls | Sandy Walsh | 2011-09-09 | 1 | -11/+14 | |
| * | | child zone queries working with keystone now | Sandy Walsh | 2011-09-08 | 1 | -3/+7 | |
| |\| | ||||||
| * | | trunk merge | Sandy Walsh | 2011-09-06 | 3 | -10/+16 | |
| |\| | ||||||
| | * | Add documentation comment | Kevin L. Mitchell | 2011-09-02 | 1 | -0/+5 | |
| | * | Forgot to handle return value | Kevin L. Mitchell | 2011-09-02 | 1 | -1/+1 | |
