summaryrefslogtreecommitdiffstats
path: root/nova/api
Commit message (Expand)AuthorAgeFilesLines
* Use newfangled compute_apiMichael Gundlach2010-12-021-1/+1
* Oops, update 'display_name', not 'name'. And un-extract-method.Michael Gundlach2010-12-022-13/+9
* Correctly translate instance ids to internal_ids in some spots we neglected.Michael Gundlach2010-12-021-6/+6
* Merged trunk and resolved conflicts.Eric Day2010-12-024-16/+19
|\
| * Remove duplicate field and make OpenStack API return server.name for EC2-API-...Michael Gundlach2010-12-011-3/+2
| * OpenStack API returns the wrong x-server-management-url. Fix that.Michael Gundlach2010-11-301-11/+11
| |\
| | * Fix unit testsMichael Gundlach2010-11-301-4/+1
| | * Return the correct server_management_urlMichael Gundlach2010-11-291-7/+10
| * | Rename imageSet variable to images.Soren Hansen2010-11-301-3/+3
| * | Correctly handle imageId list passed to DescribeImages API call.Soren Hansen2010-11-291-1/+4
| |/
| * Rename cloudServersFault to computeFault -- I missed this Rackspace branding ...Michael Gundlach2010-11-291-1/+1
| |\
| | * Rename cloudServersFault (rackspace branding) to computeFault. Fixes bug lp6...Michael Gundlach2010-11-221-1/+1
* | | Broke parts of compute manager out into compute.api to separate what gets run...Eric Day2010-12-012-9/+11
* | | Consolidated the start instance logic in the two API classes into a single me...Eric Day2010-11-242-230/+40
|/ /
* | Remove FAKE_subdomain from docsJosh Kearney2010-11-231-1/+0
* | Moves the EC2 API S3 image service into nova.service. There is still work to ...Eric Day2010-11-193-140/+20
|\ \
| * | First step to getting the image APIs consolidated. The EC2 API was using a on...Eric Day2010-11-183-140/+20
| |/
* / Make sure that the response body is a string and not unicoderoot2010-11-181-2/+2
|/
* fixes errors in describe address and associate address. Adds test casesVishvananda Ishaya2010-11-161-3/+3
* The docs are just going to be wrong for now. I'll file a bug upstream.Todd Willey2010-11-151-2/+0
* Fix docstrings for wsigfied methods.Todd Willey2010-11-051-0/+3
* merged trunkVishvananda Ishaya2010-11-032-4/+15
|\
| * merged trunk, just in caseVishvananda Ishaya2010-10-303-49/+44
| |\
| * \ renamed target_id to iscsi_targetVishvananda Ishaya2010-10-254-3/+50
| |\ \
| * | | more bugfixes, flag for local volumesVishvananda Ishaya2010-10-252-2/+6
| * | | fix bugs, describe volumes, detach on terminateVishvananda Ishaya2010-10-251-3/+10
* | | | Merge trunk.Todd Willey2010-11-021-19/+15
|\ \ \ \ | | |_|/ | |/| |
| * | | Added support for OpenStack and EC2 APIs to run on different ports.Eric Day2010-11-021-19/+15
* | | | Add ec2 api docs.Todd Willey2010-11-011-1/+3
* | | | API endpoint documentation.Todd Willey2010-11-011-1/+7
|/ / /
* | | Remove unused updated_data variablejaypipes@gmail.com2010-10-281-3/+0
* | | OK, let's try this one more time.jaypipes@gmail.com2010-10-272-9/+8
* | | Style cleanups and review from Eric.jaypipes@gmail.com2010-10-271-11/+12
* | | Merge trunk and resolve conflictsjaypipes@gmail.com2010-10-2717-136/+185
|\ \ \ | | |/ | |/|
| * | Adds rescue and unrescue commands.Vishvananda Ishaya2010-10-262-2/+35
| |\ \
| | * | pep 8 cleanup and typo in resizeVishvananda Ishaya2010-10-241-0/+2
| | * | add methods to cloud for rescue and unrescueVishvananda Ishaya2010-10-242-2/+33
| | * | merged trunk and fixed conflicts/changesVishvananda Ishaya2010-10-2423-217/+2816
| | |\|
| * | | validates device parameter for attach-volumeJesse Andrews2010-10-251-0/+4
| |\ \ \
| | * | | update error messageJesse Andrews2010-10-251-1/+2
| | * | | validate device in AttachDiskJesse Andrews2010-10-211-0/+3
| * | | | pep8Michael Gundlach2010-10-251-1/+1
| * | | | Merge from trunkMichael Gundlach2010-10-2516-136/+143
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | PEP8 cleanup in nova/api. There should be no functional changes here, just st...Eric Day2010-10-2116-133/+135
| | |/ /
| * | | Fixes https://bugs.launchpad.net/nova/+bug/663551 by catching exceptions at t...Michael Gundlach2010-10-191-0/+11
* | | | Moves db writes into compute manager class. Cleans up sqlalchemy model/api to...jaypipes@gmail.com2010-10-212-33/+35
| |/ / |/| |
* | | * Fills out the Parallax/Glance API calls for update/create/delete and adds u...jaypipes@gmail.com2010-10-201-3/+9
|\ \ \ | |/ / |/| |
| * | Remember to call limited() on detail() in image controller.jaypipes@gmail.com2010-10-191-3/+4
| * | Merge trunkjaypipes@gmail.com2010-10-157-235/+172
| |\ \
| * | | Adds unit test for WSGI image controller for OpenStack API using Glance Service.jaypipes@gmail.com2010-10-131-2/+7