summaryrefslogtreecommitdiffstats
path: root/nova/scheduler
Commit message (Expand)AuthorAgeFilesLines
* makes sure that : is in the availability zone before it attempts to use it to...Vishvananda Ishaya2011-01-271-2/+6
* Resolved trunk merge conflictsEd Leafe2011-01-211-2/+2
|\
| * i18n's strings that were missed or have been added since initial i18n strings...jaypipes@gmail.com2011-01-201-2/+2
| * revert live_migration branchAndy Smith2011-01-182-231/+0
| * fixed pep8 errorKei Masumoto2011-01-201-4/+3
| * merged trunk rev569Kei Masumoto2011-01-172-14/+13
| |\
| * | merged to rev 561 and fixed based on reviewer's commentKei Masumoto2011-01-162-71/+127
| * | checking based on pep8Kei Masumoto2011-01-142-5/+3
| * | merge trunk rev560masumotok2011-01-141-0/+56
| |\|
| * | Get reviewed and fixed based on comments.masumotok2011-01-143-29/+50
| |\ \
| * | | Add support for EBS volumes to the live migration feature.Muneyuki Noguchi2011-01-111-0/+9
| * | | merge recent revision(version of 2010/12/28)masumotok2010-12-314-126/+154
| |\ \ \
| * | | | launch_at を前回コミット時に追加したが、lauched_atというカ...masumotok2010-12-271-1/+1
| * | | | nova.compute.managerがこれまでの修正でデグレしていたので修正root2010-12-241-11/+59
| * | | | Hostテーブルのカラム名を修正masumotok2010-12-161-6/+8
| * | | | コメントを除去masumotok2010-12-081-4/+1
| * | | | rev439ベースにライブマイグレーションの機能をマージmasumotok2010-12-071-0/+107
* | | | | Completed first pass at converting all localized strings with multiple format...Ed Leafe2011-01-181-1/+1
| |_|_|/ |/| | |
* | | | resolve pylint warningsEldar Nugaev2011-01-121-5/+3
* | | | Trunk merge and conflcts resolvedIlya Alekseyev2011-01-111-2/+3
|\ \ \ \ | | |_|/ | |/| |
| * | | Apply logging changes as a giant patch to work around the cloudpipe delete + ...Todd Willey2011-01-041-2/+3
* | | | mergeEldar Nugaev2011-01-072-0/+31
|\| | |
| * | | Merge trunk.Todd Willey2010-12-284-9/+10
| |\ \ \ | | | |/ | | |/|
| * | | Burnin support by specifying a specific host via availability_zone for runningTodd Willey2010-12-212-0/+31
| | |/ | |/|
* | | Zone scheduler addedIlya Alekseyev2010-12-221-0/+58
| |/ |/|
* | First round of i18n-ifying strings in Novajaypipes@gmail.com2010-12-114-9/+10
|/
* PEP8 cleanup in nova/*, except for tests. There should be no functional chang...Eric Day2010-10-213-1/+5
* elevate in proper places, fix a couple of typosVishvananda Ishaya2010-10-131-2/+3
* Fix the deprecation warnings for passing no context.Vishvananda Ishaya2010-10-011-2/+2
* All timestamps should be in UTC. Without this patch, the scheduler unit tests...Soren Hansen2010-09-231-1/+2
* merged schedulerVishvananda Ishaya2010-09-111-12/+12
|\
| * tests for volumes workVishvananda Ishaya2010-09-111-5/+4
| * update query and testVishvananda Ishaya2010-09-111-0/+1
| * use gigabytes and coresVishvananda Ishaya2010-09-111-13/+13
* | merged schedulerVishvananda Ishaya2010-09-101-2/+8
|\|
| * set host when item is scheduledVishvananda Ishaya2010-09-101-2/+8
| * remove print statementsVishvananda Ishaya2010-09-091-2/+0
| * don't pass topic into schedule_run_instanceVishvananda Ishaya2010-09-091-0/+2
* | added scheduled_at to instances and volumesVishvananda Ishaya2010-09-091-2/+12
|/
* kwargs don't work if you prepend an underscoreVishvananda Ishaya2010-09-091-4/+3
* fix logging for scheduler to properly display method nameVishvananda Ishaya2010-09-091-1/+1
* fix docstrings and formattingVishvananda Ishaya2010-09-074-40/+16
* more scheduler testsVishvananda Ishaya2010-09-024-37/+32
* test for too many instances workVishvananda Ishaya2010-09-022-23/+23
* merged trunk and cleaned up testVishvananda Ishaya2010-09-021-0/+1
* scheduler + unittestsVishvananda Ishaya2010-09-027-196/+234
* more pylint fixesChris Behrens2010-08-104-5/+29
* separated scheduler types into own modulesChris Behrens2010-08-094-33/+72
* remove duplicated report_state that exists in the base classChris Behrens2010-08-091-22/+14
* pep8 and pylint cleanupsChris Behrens2010-08-062-19/+28