summaryrefslogtreecommitdiffstats
path: root/nova/api
Commit message (Expand)AuthorAgeFilesLines
...
* | | Implement security group quotas.Dan Prince2012-04-192-0/+24
| |/ |/|
* | Reformat docstrings in n/c/a/o/servers as per HACKING.Alex Meade2012-04-161-37/+27
|/
* Remove references to RemoteError in os-networksVishvananda Ishaya2012-04-101-16/+0
* Fix errors in os-networks extensionVishvananda Ishaya2012-04-101-1/+20
* Merge "Add the serialization of exceptions for RPC calls."Jenkins2012-04-102-22/+7
|\
| * Add the serialization of exceptions for RPC calls.Alex Meade2012-04-062-22/+7
* | Merge "Improved localization testing."Jenkins2012-04-102-6/+4
|\ \
| * | Improved localization testing.Yuriy Taraday2012-04-102-6/+4
* | | Merge "Remove nova Direct API"Jenkins2012-04-101-378/+0
|\ \ \ | |/ / |/| |
| * | Remove nova Direct APIJoe Gordon2012-04-101-378/+0
| |/
* / Add validation on quota limits (negative numbers).Dan Prince2012-04-041-0/+7
|/
* Make sure cloudpipe extension can retrieve networkVishvananda Ishaya2012-04-031-0/+7
* Corrects an AttributeError in the quota API.Gabriel Hurley2012-04-021-1/+2
* Merge "Fix traceback when sending invalid data."Jenkins2012-03-311-5/+3
|\
| * Fix traceback when sending invalid data.Chuck Short2012-03-261-5/+3
* | Merge "Allow self-referential groups to be created"Jenkins2012-03-301-4/+0
|\ \
| * | Allow self-referential groups to be createdVishvananda Ishaya2012-03-261-4/+0
| |/
* | Merge "Fix marker behavior for flavors"Jenkins2012-03-292-6/+13
|\ \
| * | Fix marker behavior for flavorsPhlip Knouff2012-03-282-6/+13
* | | Merge "Adds middleware to limit request body sizes."Jenkins2012-03-291-0/+54
|\ \ \
| * | | Adds middleware to limit request body sizes.Dan Prince2012-03-291-0/+54
| |/ /
* / / Add validation for OSAPI server name length.Dan Prince2012-03-291-0/+4
|/ /
* / Fix unrescue in invalid stateJohannes Erdfelt2012-03-261-1/+5
|/
* makes volume versions display properlyVishvananda Ishaya2012-03-231-9/+13
* Merge "Send a more appropriate error response for 403 in osapi"Jenkins2012-03-231-1/+1
|\
| * Send a more appropriate error response for 403 in osapiAnthony Young2012-03-231-1/+1
* | Volumes API now uses underscores for attrsBrian Waldon2012-03-232-27/+27
|/
* Merge "Tweak security port validation for ICMP"Jenkins2012-03-232-13/+19
|\
| * Tweak security port validation for ICMPGreg Althaus2012-03-162-13/+19
* | Merge "Fixed status validation. Fixes bug 960884."Jenkins2012-03-221-1/+1
|\ \
| * | Fixed status validation. Fixes bug 960884.Unmesh Gurjar2012-03-221-1/+1
* | | Merge "Remove useless dhcp_domain flags in EC2"Jenkins2012-03-221-1/+0
|\ \ \
| * | | Remove useless dhcp_domain flags in EC2Julien Danjou2012-03-221-1/+0
| |/ /
* / / Handle correctly QuotaError in EC2 APIJulien Danjou2012-03-221-0/+4
|/ /
* | Implement quota classes.Kevin L. Mitchell2012-03-202-8/+102
* | Allow rate limiting to be disabled via flagVishvananda Ishaya2012-03-191-1/+5
* | Strip out characters that should be escaped from console outputJustin Santa Barbara2012-03-191-0/+5
* | Correct accessIPv6 error message.Dan Prince2012-03-191-1/+1
* | Fix typo in server diagnostics extension.Anthony Young2012-03-181-1/+1
|/
* Remove Virtual Storage Array (VSA) codeBrian Waldon2012-03-151-701/+0
* Merge "fix timestamps to match documented ec2 api"Jenkins2012-03-151-1/+1
|\
| * fix timestamps to match documented ec2 apiMark McClain2012-03-151-1/+1
* | Fix OpenStack CapitalizationJoe Gordon2012-03-1522-25/+25
* | HACKING fixes, TODO authors.Yuriy Taraday2012-03-163-4/+4
|/
* metadata speed - revert logic changes, just cachingJesse Andrews2012-03-141-152/+71
* Map image ids to ec2 ids in metadata serviceBrian Waldon2012-03-131-5/+9
* Refactor glance id<->internal id conversion for s3Maru Newby2012-03-132-19/+35
* Sort results from describe_instances in EC2 API.Russell Bryant2012-03-131-1/+2
* Merge "improve speed of metadata"Jenkins2012-03-122-62/+156
|\
| * improve speed of metadataJesse Andrews2012-03-122-62/+156