summaryrefslogtreecommitdiffstats
path: root/nova/api
Commit message (Expand)AuthorAgeFilesLines
* zone api tests passingSandy Walsh2011-02-112-2/+2
* template adjusted to NOVA_TOOLS, zone db & os api layers addedSandy Walsh2011-02-101-0/+75
* trunk mergeSandy Walsh2011-02-104-13/+28
|\
| * Checking whether the instance id is a list or not before assignment. This is ...Ryan Lane2011-02-071-2/+5
| * Fix for LP Bug #709510Tushar Patil2011-01-311-2/+2
| * Fix for LP Bug #709510Tushar Patil2011-01-311-9/+10
| * Added modify project to ec2 admin apiDevin Carlen2011-01-281-0/+11
* | removed ZoneCommands from nova-manageSandy Walsh2011-02-101-1/+1
* | minorSandy Walsh2011-02-071-1/+1
* | Working on api / manager / db support for zonesSandy Walsh2011-01-271-0/+5
|/
* Properly pulling the name attribute from security_groupRyan Lane2011-01-271-1/+1
* Merge from trunkRyan Lane2011-01-277-71/+126
|\
| * Makes sure all instance and volume commands that raise not found are changed ...Vishvananda Ishaya2011-01-272-13/+18
| |\
| | * Fixes NotFound messages in api to show the ec2_id.Vishvananda Ishaya2011-01-272-13/+18
| * | Make xml namespace match the API version requested.Soren Hansen2011-01-262-3/+5
| |/
| * Simple little changes related to openstack api to work better with glance. Sandy Walsh2011-01-261-0/+1
| |\
| | * Added missing int to string conversionSandy Walsh2011-01-261-0/+1
| * | Simple little changes related to openstack api to work better with glance. Sandy Walsh2011-01-261-1/+1
| |\|
| | * another trunk mergeSandy Walsh2011-01-252-15/+17
| | |\
| | * | Fixed up a little image_id returnSandy Walsh2011-01-251-1/+2
| | * | moved imageId change to s3 clientSandy Walsh2011-01-251-7/+1
| | * | merge with trunkSandy Walsh2011-01-256-43/+66
| | |\ \
| | * | | openstack api fixes for glanceSandy Walsh2011-01-172-1/+7
| * | | | Add DescribeInstanceTypes to admin api. This lets the dashboard know what si...Todd Willey2011-01-261-0/+13
| |\ \ \ \
| | * | | | Add DescribeInstanceTypes to admin api (dashboard uses it).Todd Willey2011-01-251-0/+13
| * | | | | Fix for LP Bug #699654Tushar Patil2011-01-261-8/+10
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Fixed pep8 errorsTushar Patil2011-01-251-1/+1
| | * | | | Limit all lines to a maximum of 79 charactersTushar Patil2011-01-251-1/+2
| | * | | | Fixed pep8 errorsTushar Patil2011-01-251-1/+1
| | * | | | Reverted log type from error to auditTushar Patil2011-01-201-1/+1
| | * | | | Fix for LP Bug #699654Tushar Patil2011-01-201-8/+9
| * | | | | Wraps the NotFound exception at the api layer to print the proper instance id...Vishvananda Ishaya2011-01-251-7/+21
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | i18n!Vishvananda Ishaya2011-01-211-2/+2
| | * | | | Wrap instance at api layer to print the proper error. Use same logic for vol...Vishvananda Ishaya2011-01-211-7/+21
| * | | | | Merge trunkRick Harris2011-01-254-36/+51
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Localized strings that employ formatting should not use positional arguments,...Ed Leafe2011-01-255-35/+50
| | |\ \ \ \
| | | * \ \ \ Resolved trunk merge conflictsEd Leafe2011-01-212-4/+12
| | | |\ \ \ \ | | | | | |/ / | | | | |/| |
| | | * | | | fixed typoEd Leafe2011-01-211-1/+1
| | | * | | | Updated trunk changes to work with localizationEd Leafe2011-01-191-1/+1
| | | * | | | merged trunk changesEd Leafe2011-01-191-3/+3
| | | |\ \ \ \ | | | | | |_|/ | | | | |/| |
| | | * | | | minor code cleanupEd Leafe2011-01-191-2/+2
| | | * | | | Completed first pass at converting all localized strings with multiple format...Ed Leafe2011-01-185-35/+50
| | * | | | | add test and fix describe regionsVishvananda Ishaya2011-01-221-4/+4
| | | |_|/ / | | |/| | |
| * / | | | Use Glance to relate machine image with kernel and ramdiskRick Harris2011-01-222-14/+17
| |/ / / /
| * | | | Fixes issue with describe_instances requiring an admin context.Ryan Lane2011-01-201-1/+1
| |\ \ \ \
| | * | | | Passing in an elevated context instead of making the call non-elevated.Ryan Lane2011-01-201-1/+1
| | | |_|/ | | |/| |
| * / | | i18n's strings that were missed or have been added since initial i18n strings...jaypipes@gmail.com2011-01-201-1/+1
| |/ / /
* | | | Saving a database call by getting the security groups from the instance object.Ryan Lane2011-01-201-6/+5
* | | | Adds security group output to describe_instancesRyan Lane2011-01-201-1/+7
|/ / /
* | | Fixes for bugs:jaypipes@gmail.com2011-01-191-2/+8
|\ \ \