summaryrefslogtreecommitdiffstats
path: root/nova/api
Commit message (Expand)AuthorAgeFilesLines
* Problem was with a missplaced parentheses. ugh.jaypipes@gmail.com2010-12-221-1/+1
* Merge trunk and resolve conflictsjaypipes@gmail.com2010-12-215-6/+40
|\
| * Add raw disk image support.Justin Santa Barbara2010-12-201-1/+1
| |\
| | * Merge trunkSoren Hansen2010-12-146-476/+132
| | |\
| | * | Cleaned up pep8 errorsRick Clark2010-11-301-1/+1
| | * | merged Justin Santa Barbara's raw-disk-image back into the latest trunkRick Clark2010-11-301-4/+10
| | |\ \
| | | * \ Merged with trunk, fixed broken stuffJustin Santa Barbara2010-10-1424-186/+2922
| | | |\ \
| | | * | | Merged with trunkJustin Santa Barbara2010-08-181-5/+0
| * | | | | pep8Sandy Walsh2010-12-143-2/+2
| * | | | | fixup after merge with trunkSandy Walsh2010-12-145-45/+30
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | pause and unpause code/tests in place. To the point it stuffs request in the ...Sandy Walsh2010-12-092-5/+41
* | | | | | PEP8 cleanupsjaypipes@gmail.com2010-12-161-1/+2
* | | | | | Merge trunk and resolve slight conflictjaypipes@gmail.com2010-12-155-41/+28
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Adds support to the ec2 api for filtering describe volumes by volume_ids.Vishvananda Ishaya2010-12-131-2/+4
| |\ \ \ \ \
| | * | | | | filter describe volumes by supplied ids. Includes unittest.Vishvananda Ishaya2010-12-091-2/+4
| | |/ / / /
| * / / / / Changed OpenStack API auth layer to inject a RequestContext rather than build...Eric Day2010-12-094-39/+24
| |/ / / /
* / / / / First round of i18n-ifying strings in Novajaypipes@gmail.com2010-12-116-35/+38
|/ / / /
* | | | Fixed Authors conflict and re-merged with trunkSandy Walsh2010-12-096-439/+106
|\ \ \ \
| * \ \ \ merge conflictTrey Morris2010-12-083-186/+43
| |\ \ \ \
| | * \ \ \ Fixed conflicts with gundlach's fixes.Eric Day2010-12-061-3/+4
| | |\ \ \ \
| | | * | | | Don't wrap HTTPAccepted in a fault. Correctly pass kwargs to update_instance.Michael Gundlach2010-12-061-2/+3
| | * | | | | Finished cleaning up the openstack servers API, it no longer touches the data...Eric Day2010-12-032-45/+28
| | |/ / / /
| | * | | | Merged reboot-rescue into network-manager.Eric Day2010-12-032-19/+15
| | |\ \ \ \
| | | * \ \ \ Merged trunk.Eric Day2010-12-032-19/+15
| | | |\ \ \ \
| | * | | | | | Pushed terminate instance and network manager/topic methods into network.comp...Eric Day2010-12-022-79/+12
| | |/ / / / /
| | * | | | | Moved reboot/rescue methods into nova.compute.api.Eric Day2010-12-023-64/+4
| * | | | | | modified a few filesTrey Morris2010-12-071-1/+0
| | |/ / / / | |/| | | |
| * | | | | 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
| |/ / / /
* | | | | PEP8 fixesSandy Walsh2010-11-161-0/+1
* | | | | Changed from fine-grained operation control to binary admin on/off setting.Sandy Walsh2010-11-161-1/+0
|\| | | |
| * | | | Remove FAKE_subdomain from docsJosh Kearney2010-11-231-1/+0
* | | | | Changed from fine-grained operation control to binary admin on/off setting.Sandy Walsh2010-11-161-34/+22
* | | | | base commitSandy Walsh2010-11-151-15/+34
|/ / / /
* | | | 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