summaryrefslogtreecommitdiffstats
path: root/nova/api
Commit message (Expand)AuthorAgeFilesLines
* stub testsIlya Alekseyev2011-06-241-0/+1
* associate diassociate untested, first attept to testKirill Shileev2011-06-241-5/+22
* Implemented view and added testsEldar Nugaev2011-06-241-22/+35
* allocate and release implementationIlya Alekseyev2011-06-231-2/+18
* stub api methodsIlya Alekseyev2011-06-171-1/+22
* floating_ips extension is loading to api nowIlya Alekseyev2011-06-161-2/+43
* First implementation of FloatingIpControllerEldar Nugaev2011-06-161-0/+54
* Changed requests with malformed bodies to return a HTTP 400 Bad Request inste...Alex Meade2011-06-141-3/+3
|\
| * fixed HACKINGAlex Meade2011-06-141-3/+3
* | Phew ... ok, this is the last dist-scheduler merge before we get into serious...Sandy Walsh2011-06-147-310/+482
|\ \
| * | removed extra init callsSandy Walsh2011-06-142-2/+0
| * | duplicate routes moved to base classSandy Walsh2011-06-141-33/+21
| * | version passing cleanupSandy Walsh2011-06-141-12/+14
| * | refactored out controller base class to use aggregation over inheritanceSandy Walsh2011-06-143-52/+75
| * | removed yucky None return typesSandy Walsh2011-06-133-11/+24
| * | trunk mergeSandy Walsh2011-06-132-3/+10
| |\ \
| * | | zones image_id/image_href support for 1.0/1.1Sandy Walsh2011-06-134-16/+15
| * | | forgot some debugging statementsSandy Walsh2011-06-092-11/+0
| * | | trunk merge and ec2 tests fixedSandy Walsh2011-06-093-8/+12
| |\ \ \
| * \ \ \ tests working after merge-3 updateSandy Walsh2011-06-0931-511/+1186
| |\ \ \ \
| * | | | | Little cleanupsSandy Walsh2011-06-011-3/+1
| * | | | | pep8 and all thatSandy Walsh2011-06-011-1/+1
| * | | | | tests all passing againSandy Walsh2011-06-012-3/+3
| * | | | | list --reservation now works across zonesSandy Walsh2011-06-012-5/+9
| * | | | | reservation id's properly forwarded to child zones on createSandy Walsh2011-06-011-0/+30
| * | | | | basic reservation id support to GET /serversSandy Walsh2011-06-012-30/+5
| * | | | | basic zone-boot test in placeSandy Walsh2011-05-313-5/+3
| * | | | | 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
* | | | | | 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