summaryrefslogtreecommitdiffstats
path: root/nova/tests
Commit message (Expand)AuthorAgeFilesLines
* remove TrialTestCase again and fix merge issuesVishvananda Ishaya2011-01-144-8/+8
* Implements the blueprint for enabling the setting of the root/admin password ...Ed Leafe2011-01-142-0/+34
|\
| * Minor code cleanupsEd Leafe2011-01-131-1/+1
| * Minor code cleanupsEd Leafe2011-01-131-4/+0
| * Added unit tests for the Diffie-Hellman class. Merged recent trunk changesEd Leafe2011-01-131-0/+31
| |\
| * | cleaned up prior merge messEd Leafe2011-01-128-8/+188
| |\|
| * | merged trunk changesEd Leafe2011-01-113-2/+131
| |\ \
| * \ \ merged trunk changesEd Leafe2011-01-101-0/+24
| |\ \ \
| * \ \ \ merged changes from trunkEd Leafe2011-01-102-5/+113
| |\ \ \ \
| * \ \ \ \ merged trunk changesEd Leafe2011-01-0711-38/+141
| |\ \ \ \ \
| * \ \ \ \ \ merged changes from trunkEd Leafe2011-01-071-0/+19
| |\ \ \ \ \ \
| * \ \ \ \ \ \ merged trunk changesEd Leafe2011-01-062-5/+77
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ merged trunk changesEd Leafe2011-01-066-37/+33
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Renamed 'set_root_password' to 'set_admin_password' globally.Ed Leafe2011-01-061-3/+3
| * | | | | | | | | merged changes from trunkEd Leafe2011-01-043-12/+123
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ merged latest trunkEd Leafe2011-01-032-1/+21
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ merged in trunk and xenstore-plugin changesEd Leafe2010-12-317-38/+164
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ merge from trunkEd Leafe2010-12-2826-184/+198
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ merged trunkEd Leafe2010-12-235-0/+428
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ merged trunkEd Leafe2010-12-238-37/+146
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ after trunk mergeEd Leafe2010-12-221-22/+24
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Refactored duplicate rpc.cast() calls in nova/compute/api.py. Cleaned up some...Ed Leafe2010-12-211-0/+7
* | | | | | | | | | | | | | | | | Merged with r561Nachi Ueno2011-01-141-5/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | standardize volume idsAndy Smith2011-01-121-2/+5
| * | | | | | | | | | | | | | | | | standardize volume idsAndy Smith2011-01-121-6/+5
| * | | | | | | | | | | | | | | | | correct volume ids for ec2Andy Smith2011-01-121-4/+7
| * | | | | | | | | | | | | | | | | correct formatting for volume idsAndy Smith2011-01-121-4/+4
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Fixed missing _().Koji Iida2011-01-131-1/+0
* | | | | | | | | | | | | | | | | fixed method signature of modify_rulesNachi Ueno2011-01-131-8/+9
* | | | | | | | | | | | | | | | | Merged with r551Hisaharu Ishii2011-01-123-6/+109
|\| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Added support of availability zones for compute.Ilya Alekseyev2011-01-123-6/+109
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | remove extra whitspacesEldar Nugaev2011-01-121-1/+1
| | * | | | | | | | | | | | | | | | resolve pylint warningsEldar Nugaev2011-01-122-78/+45
| | * | | | | | | | | | | | | | | | Trunk merge and conflcts resolvedIlya Alekseyev2011-01-1114-45/+309
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ mergeEldar Nugaev2011-01-0711-90/+457
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | mergeEldar Nugaev2011-01-073-4/+89
| | | | |_|_|_|_|_|_|_|_|_|/ / / / / / | | | |/| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | added tests for EC2 describe_instancesEldar Nugaev2010-12-291-1/+15
| | * | | | | | | | | | | | | | | | | Added implementation availability_zones to EC2 APIEldar Nugaev2010-12-291-0/+17
| | * | | | | | | | | | | | | | | | | mergeIlya Alekseyev2010-12-296-9/+69
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | adding zones to apiIlya Alekseyev2010-12-242-11/+20
| | * | | | | | | | | | | | | | | | | | Merge with trunkIlya Alekseyev2010-12-2327-202/+697
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | unit test - should be reworkedIlya Alekseyev2010-12-231-0/+43
* | | | | | | | | | | | | | | | | | | | | Merged with 549Nachi Ueno2011-01-122-0/+23
|\| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | merge trunk, fix conflictAnthony Young2011-01-117-4/+211
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | bah - pep8 errorsAnthony Young2011-01-111-1/+1
| * | | | | | | | | | | | | | | | | | | | | merge trunkAnthony Young2011-01-1018-96/+505
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | merge in trunkAnthony Young2011-01-037-38/+183
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / | | |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | merge trunkAnthony Young2010-12-2829-182/+625
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | add in unit testsAnthony Young2010-12-282-0/+23
| | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Merged with r548Nachi Ueno2011-01-1219-86/+591
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |