summaryrefslogtreecommitdiffstats
path: root/nova/api
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | tests passing againSandy Walsh2011-05-313-29/+41
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | zone-boot workingSandy Walsh2011-05-303-18/+24
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | regular boot working againSandy Walsh2011-05-301-0/+291
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | regular boot working againSandy Walsh2011-05-304-232/+33
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | first pass at reservation id supportSandy Walsh2011-05-301-0/+7
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed requests with malformed bodies to return a HTTP 400 Bad Request inste...Alex Meade2011-06-141-3/+18
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | / / / / / | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | mp fixesAlex Meade2011-06-141-2/+2
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Improved errorsAlex Meade2011-06-141-3/+5
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Added faults wrapperAlex Meade2011-06-141-1/+4
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Created new exception for handling malformed requestsAlex Meade2011-06-141-3/+13
| | | |_|_|_|_|/ / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | fixed instance[fixed_ip] in ec2 api, removed fixed_ip shimTrey Morris2011-06-141-9/+9
* | | | | | | | | | | | | | | | | | | | | | | | | | | merged trunkTrey Morris2011-06-144-11/+25
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | pep8Alex Meade2011-06-131-1/+1
| |/ / / / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | | merging trunk, fixing pep8Brian Waldon2011-06-133-5/+19
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | merge trunkWilliam Wolf2011-06-132-3/+10
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|/ / / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | | | | ec2 api method allocate_address ; raises exception.NoFloatingIpsDefined inste...John Tran2011-06-111-2/+9
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | | | | | | | | | | | added new exception more descriptive of not having available floating address...John Tran2011-06-101-1/+1
| | | | * | | | | | | | | | | | | | | | | | | | | | raise instance instead of classJohn Tran2011-06-101-1/+1
| | | | * | | | | | | | | | | | | | | | | | | | | | matched the inner exception specifically, instead of catching all RemoteError...John Tran2011-06-091-2/+5
| | | | * | | | | | | | | | | | | | | | | | | | | | removing custom exception, instead using NoFloatingIpsDefinedJohn Tran2011-06-081-6/+0
| | | | * | | | | | | | | | | | | | | | | | | | | | raises exception.NoFloatingIpsDefined instead of UnknownErrorJohn Tran2011-06-081-2/+6
| | | | * | | | | | | | | | | | | | | | | | | | | | added a test for allocate_address & added error handling for api instead of r...John Tran2011-06-081-0/+6
| | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | | | |/| | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | | | | force utf-8 encoding on toprettyxml call for XMLDictSerializerWilliam Wolf2011-06-101-1/+1
| | | | |_|_|/ / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | check for none and empty string, this way empty dicts/lists will be okWilliam Wolf2011-06-131-1/+1
| | * | | | | | | | | | | | | | | | | | | | | | got rid of prints for debuggingWilliam Wolf2011-06-101-4/+0
| | * | | | | | | | | | | | | | | | | | | | | | return body correctly as object instead of a string, with tests, also check f...William Wolf2011-06-102-2/+13
| | |/ / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | removing unnecessary linesBrian Waldon2011-06-131-4/+2
| * | | | | | | | | | | | | | | | | | | | | | wsgi can now handle dispatching action None more elegantlyBrian Waldon2011-06-131-7/+6
| * | | | | | | | | | | | | | | | | | | | | | adding support for cusom serialization methodsBrian Waldon2011-06-101-4/+7
| |/ / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | merged trunk againTrey Morris2011-06-085-26/+27
|\| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Now forwards create instance requests to child zones.Sandy Walsh2011-06-083-18/+16
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | trunk mergeSandy Walsh2011-06-087-59/+121
| | |\| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | sanity checkSandy Walsh2011-06-061-1/+0
| | * | | | | | | | | | | | | | | | | | | | fixed up tests after trunk mergeSandy Walsh2011-06-061-9/+4
| | * | | | | | | | | | | | | | | | | | | | trunk merge after 2b hitSandy Walsh2011-06-0329-453/+1034
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | branch 2a merge (including trunk)Sandy Walsh2011-05-263-11/+33
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|/ / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | dist-sched-2a mergeSandy Walsh2011-05-251-3/+0
| | * | | | | | | | | | | | | | | | | | | | merge against 2aSandy Walsh2011-05-256-48/+73
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | New tests addedSandy Walsh2011-05-252-3/+0
| | * | | | | | | | | | | | | | | | | | | | | more fix upSandy Walsh2011-05-242-2/+1
| | * | | | | | | | | | | | | | | | | | | | | removed most of debugging codeSandy Walsh2011-05-241-1/+1
| | * | | | | | | | | | | | | | | | | | | | | accepting callsSandy Walsh2011-05-242-3/+4
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | mergeSandy Walsh2011-05-233-15/+8
| | |\| | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | | | getting closer to working select callSandy Walsh2011-05-232-5/+4
| | | * | | | | | | | | | | | | | | | | | | | | temp fixesSandy Walsh2011-05-201-1/+1
| | * | | | | | | | | | | | | | | | | | | | | | fooSandy Walsh2011-05-201-10/+7
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | tempSandy Walsh2011-05-191-1/+1
| | | |/ / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | skeleton of forwarding calls to child zonesSandy Walsh2011-05-181-1/+3
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | failure conditions are being sent back properly nowSandy Walsh2011-05-164-4/+34
| | |\| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | Support for header "X-Auth-Project-Id" in osapi.Yuriy Taraday2011-06-081-7/+10
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \