Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | makes sure that : is in the availability zone before it attempts to use it to... | Vishvananda Ishaya | 2011-01-27 | 1 | -2/+6 |
* | Resolved trunk merge conflicts | Ed Leafe | 2011-01-21 | 1 | -2/+2 |
|\ | |||||
| * | i18n's strings that were missed or have been added since initial i18n strings... | jaypipes@gmail.com | 2011-01-20 | 1 | -2/+2 |
| * | revert live_migration branch | Andy Smith | 2011-01-18 | 2 | -231/+0 |
| * | fixed pep8 error | Kei Masumoto | 2011-01-20 | 1 | -4/+3 |
| * | merged trunk rev569 | Kei Masumoto | 2011-01-17 | 2 | -14/+13 |
| |\ | |||||
| * | | merged to rev 561 and fixed based on reviewer's comment | Kei Masumoto | 2011-01-16 | 2 | -71/+127 |
| * | | checking based on pep8 | Kei Masumoto | 2011-01-14 | 2 | -5/+3 |
| * | | merge trunk rev560 | masumotok | 2011-01-14 | 1 | -0/+56 |
| |\| | |||||
| * | | Get reviewed and fixed based on comments. | masumotok | 2011-01-14 | 3 | -29/+50 |
| |\ \ | |||||
| * | | | Add support for EBS volumes to the live migration feature. | Muneyuki Noguchi | 2011-01-11 | 1 | -0/+9 |
| * | | | merge recent revision(version of 2010/12/28) | masumotok | 2010-12-31 | 4 | -126/+154 |
| |\ \ \ | |||||
| * | | | | launch_at を前回コミット時に追加したが、lauched_atというカ... | masumotok | 2010-12-27 | 1 | -1/+1 |
| * | | | | nova.compute.managerがこれまでの修正でデグレしていたので修正 | root | 2010-12-24 | 1 | -11/+59 |
| * | | | | Hostテーブルのカラム名を修正 | masumotok | 2010-12-16 | 1 | -6/+8 |
| * | | | | コメントを除去 | masumotok | 2010-12-08 | 1 | -4/+1 |
| * | | | | rev439ベースにライブマイグレーションの機能をマージ | masumotok | 2010-12-07 | 1 | -0/+107 |
* | | | | | Completed first pass at converting all localized strings with multiple format... | Ed Leafe | 2011-01-18 | 1 | -1/+1 |
| |_|_|/ |/| | | | |||||
* | | | | resolve pylint warnings | Eldar Nugaev | 2011-01-12 | 1 | -5/+3 |
* | | | | Trunk merge and conflcts resolved | Ilya Alekseyev | 2011-01-11 | 1 | -2/+3 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Apply logging changes as a giant patch to work around the cloudpipe delete + ... | Todd Willey | 2011-01-04 | 1 | -2/+3 |
* | | | | merge | Eldar Nugaev | 2011-01-07 | 2 | -0/+31 |
|\| | | | |||||
| * | | | Merge trunk. | Todd Willey | 2010-12-28 | 4 | -9/+10 |
| |\ \ \ | | | |/ | | |/| | |||||
| * | | | Burnin support by specifying a specific host via availability_zone for running | Todd Willey | 2010-12-21 | 2 | -0/+31 |
| | |/ | |/| | |||||
* | | | Zone scheduler added | Ilya Alekseyev | 2010-12-22 | 1 | -0/+58 |
| |/ |/| | |||||
* | | First round of i18n-ifying strings in Nova | jaypipes@gmail.com | 2010-12-11 | 4 | -9/+10 |
|/ | |||||
* | PEP8 cleanup in nova/*, except for tests. There should be no functional chang... | Eric Day | 2010-10-21 | 3 | -1/+5 |
* | elevate in proper places, fix a couple of typos | Vishvananda Ishaya | 2010-10-13 | 1 | -2/+3 |
* | Fix the deprecation warnings for passing no context. | Vishvananda Ishaya | 2010-10-01 | 1 | -2/+2 |
* | All timestamps should be in UTC. Without this patch, the scheduler unit tests... | Soren Hansen | 2010-09-23 | 1 | -1/+2 |
* | merged scheduler | Vishvananda Ishaya | 2010-09-11 | 1 | -12/+12 |
|\ | |||||
| * | tests for volumes work | Vishvananda Ishaya | 2010-09-11 | 1 | -5/+4 |
| * | update query and test | Vishvananda Ishaya | 2010-09-11 | 1 | -0/+1 |
| * | use gigabytes and cores | Vishvananda Ishaya | 2010-09-11 | 1 | -13/+13 |
* | | merged scheduler | Vishvananda Ishaya | 2010-09-10 | 1 | -2/+8 |
|\| | |||||
| * | set host when item is scheduled | Vishvananda Ishaya | 2010-09-10 | 1 | -2/+8 |
| * | remove print statements | Vishvananda Ishaya | 2010-09-09 | 1 | -2/+0 |
| * | don't pass topic into schedule_run_instance | Vishvananda Ishaya | 2010-09-09 | 1 | -0/+2 |
* | | added scheduled_at to instances and volumes | Vishvananda Ishaya | 2010-09-09 | 1 | -2/+12 |
|/ | |||||
* | kwargs don't work if you prepend an underscore | Vishvananda Ishaya | 2010-09-09 | 1 | -4/+3 |
* | fix logging for scheduler to properly display method name | Vishvananda Ishaya | 2010-09-09 | 1 | -1/+1 |
* | fix docstrings and formatting | Vishvananda Ishaya | 2010-09-07 | 4 | -40/+16 |
* | more scheduler tests | Vishvananda Ishaya | 2010-09-02 | 4 | -37/+32 |
* | test for too many instances work | Vishvananda Ishaya | 2010-09-02 | 2 | -23/+23 |
* | merged trunk and cleaned up test | Vishvananda Ishaya | 2010-09-02 | 1 | -0/+1 |
* | scheduler + unittests | Vishvananda Ishaya | 2010-09-02 | 7 | -196/+234 |
* | more pylint fixes | Chris Behrens | 2010-08-10 | 4 | -5/+29 |
* | separated scheduler types into own modules | Chris Behrens | 2010-08-09 | 4 | -33/+72 |
* | remove duplicated report_state that exists in the base class | Chris Behrens | 2010-08-09 | 1 | -22/+14 |
* | pep8 and pylint cleanups | Chris Behrens | 2010-08-06 | 2 | -19/+28 |