| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Problem was with a missplaced parentheses. ugh. | jaypipes@gmail.com | 2010-12-22 | 1 | -1/+1 |
| * | Merge trunk and resolve conflicts | jaypipes@gmail.com | 2010-12-21 | 5 | -6/+40 |
| |\ | |||||
| | * | Add raw disk image support. | Justin Santa Barbara | 2010-12-20 | 1 | -1/+1 |
| | |\ | |||||
| | | * | Merge trunk | Soren Hansen | 2010-12-14 | 6 | -476/+132 |
| | | |\ | |||||
| | | * | | Cleaned up pep8 errors | Rick Clark | 2010-11-30 | 1 | -1/+1 |
| | | * | | merged Justin Santa Barbara's raw-disk-image back into the latest trunk | Rick Clark | 2010-11-30 | 1 | -4/+10 |
| | | |\ \ | |||||
| | | | * \ | Merged with trunk, fixed broken stuff | Justin Santa Barbara | 2010-10-14 | 24 | -186/+2922 |
| | | | |\ \ | |||||
| | | | * | | | Merged with trunk | Justin Santa Barbara | 2010-08-18 | 1 | -5/+0 |
| | * | | | | | pep8 | Sandy Walsh | 2010-12-14 | 3 | -2/+2 |
| | * | | | | | fixup after merge with trunk | Sandy Walsh | 2010-12-14 | 5 | -45/+30 |
| | |\ \ \ \ \ | | | |_|_|/ | | |/| | | | |||||
| | * | | | | | pause and unpause code/tests in place. To the point it stuffs request in the ... | Sandy Walsh | 2010-12-09 | 2 | -5/+41 |
| * | | | | | | PEP8 cleanups | jaypipes@gmail.com | 2010-12-16 | 1 | -1/+2 |
| * | | | | | | Merge trunk and resolve slight conflict | jaypipes@gmail.com | 2010-12-15 | 5 | -41/+28 |
| |\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| | * | | | | | Adds support to the ec2 api for filtering describe volumes by volume_ids. | Vishvananda Ishaya | 2010-12-13 | 1 | -2/+4 |
| | |\ \ \ \ \ | |||||
| | | * | | | | | filter describe volumes by supplied ids. Includes unittest. | Vishvananda Ishaya | 2010-12-09 | 1 | -2/+4 |
| | | |/ / / / | |||||
| | * / / / / | Changed OpenStack API auth layer to inject a RequestContext rather than build... | Eric Day | 2010-12-09 | 4 | -39/+24 |
| | |/ / / / | |||||
| * / / / / | First round of i18n-ifying strings in Nova | jaypipes@gmail.com | 2010-12-11 | 6 | -35/+38 |
| |/ / / / | |||||
| * | | | | Fixed Authors conflict and re-merged with trunk | Sandy Walsh | 2010-12-09 | 6 | -439/+106 |
| |\ \ \ \ | |||||
| | * \ \ \ | merge conflict | Trey Morris | 2010-12-08 | 3 | -186/+43 |
| | |\ \ \ \ | |||||
| | | * \ \ \ | Fixed conflicts with gundlach's fixes. | Eric Day | 2010-12-06 | 1 | -3/+4 |
| | | |\ \ \ \ | |||||
| | | | * | | | | Don't wrap HTTPAccepted in a fault. Correctly pass kwargs to update_instance. | Michael Gundlach | 2010-12-06 | 1 | -2/+3 |
| | | * | | | | | Finished cleaning up the openstack servers API, it no longer touches the data... | Eric Day | 2010-12-03 | 2 | -45/+28 |
| | | |/ / / / | |||||
| | | * | | | | Merged reboot-rescue into network-manager. | Eric Day | 2010-12-03 | 2 | -19/+15 |
| | | |\ \ \ \ | |||||
| | | | * \ \ \ | Merged trunk. | Eric Day | 2010-12-03 | 2 | -19/+15 |
| | | | |\ \ \ \ | |||||
| | | * | | | | | | Pushed terminate instance and network manager/topic methods into network.comp... | Eric Day | 2010-12-02 | 2 | -79/+12 |
| | | |/ / / / / | |||||
| | | * | | | | | Moved reboot/rescue methods into nova.compute.api. | Eric Day | 2010-12-02 | 3 | -64/+4 |
| | * | | | | | | modified a few files | Trey Morris | 2010-12-07 | 1 | -1/+0 |
| | | |/ / / / | |/| | | | | |||||
| | * | | | | | Use newfangled compute_api | Michael Gundlach | 2010-12-02 | 1 | -1/+1 |
| | * | | | | | Oops, update 'display_name', not 'name'. And un-extract-method. | Michael Gundlach | 2010-12-02 | 2 | -13/+9 |
| | * | | | | | Correctly translate instance ids to internal_ids in some spots we neglected. | Michael Gundlach | 2010-12-02 | 1 | -6/+6 |
| | |/ / / / | |||||
| | * | | | | Merged trunk and resolved conflicts. | Eric Day | 2010-12-02 | 4 | -16/+19 |
| | |\ \ \ \ | |||||
| | | * | | | | Remove duplicate field and make OpenStack API return server.name for EC2-API-... | Michael Gundlach | 2010-12-01 | 1 | -3/+2 |
| | | * | | | | OpenStack API returns the wrong x-server-management-url. Fix that. | Michael Gundlach | 2010-11-30 | 1 | -11/+11 |
| | | |\ \ \ \ | |||||
| | | | * | | | | Fix unit tests | Michael Gundlach | 2010-11-30 | 1 | -4/+1 |
| | | | * | | | | Return the correct server_management_url | Michael Gundlach | 2010-11-29 | 1 | -7/+10 |
| | | | |/ / / | |||||
| | | * | | | | Rename imageSet variable to images. | Soren Hansen | 2010-11-30 | 1 | -3/+3 |
| | | * | | | | Correctly handle imageId list passed to DescribeImages API call. | Soren Hansen | 2010-11-29 | 1 | -1/+4 |
| | | |/ / / | |||||
| | | * | | | Rename cloudServersFault to computeFault -- I missed this Rackspace branding ... | Michael Gundlach | 2010-11-29 | 1 | -1/+1 |
| | | |\ \ \ | |||||
| | | | * | | | Rename cloudServersFault (rackspace branding) to computeFault. Fixes bug lp6... | Michael Gundlach | 2010-11-22 | 1 | -1/+1 |
| | * | | | | | Broke parts of compute manager out into compute.api to separate what gets run... | Eric Day | 2010-12-01 | 2 | -9/+11 |
| | * | | | | | Consolidated the start instance logic in the two API classes into a single me... | Eric Day | 2010-11-24 | 2 | -230/+40 |
| | |/ / / / | |||||
| * | | | | | PEP8 fixes | Sandy Walsh | 2010-11-16 | 1 | -0/+1 |
| * | | | | | Changed from fine-grained operation control to binary admin on/off setting. | Sandy Walsh | 2010-11-16 | 1 | -1/+0 |
| |\| | | | | |||||
| | * | | | | Remove FAKE_subdomain from docs | Josh Kearney | 2010-11-23 | 1 | -1/+0 |
| * | | | | | Changed from fine-grained operation control to binary admin on/off setting. | Sandy Walsh | 2010-11-16 | 1 | -34/+22 |
| * | | | | | base commit | Sandy Walsh | 2010-11-15 | 1 | -15/+34 |
| |/ / / / | |||||
| * | | | | Moves the EC2 API S3 image service into nova.service. There is still work to ... | Eric Day | 2010-11-19 | 3 | -140/+20 |
| |\ \ \ \ | |||||
| | * | | | | First step to getting the image APIs consolidated. The EC2 API was using a on... | Eric Day | 2010-11-18 | 3 | -140/+20 |
| | |/ / / | |||||
| * / / / | Make sure that the response body is a string and not unicode | root | 2010-11-18 | 1 | -2/+2 |
| |/ / / | |||||
| * | | | fixes errors in describe address and associate address. Adds test cases | Vishvananda Ishaya | 2010-11-16 | 1 | -3/+3 |
