summaryrefslogtreecommitdiffstats
path: root/nova/api
Commit message (Expand)AuthorAgeFilesLines
* Controller -> selfBrian Lamar2011-08-011-2/+2
* FlavorNotFound already existed, no need to create another exception.Brian Lamar2011-07-291-1/+1
* Created exceptions for accepting in OSAPI, and handled them appropriately.Brian Lamar2011-07-291-20/+20
* merged trunkVishvananda Ishaya2011-07-291-23/+34
|\
| * Oops, I wasn't actually being compatible with the spec here.Brian Lamar2011-07-291-9/+3
| * Updated resize to call compute API with instance_type identifiers instead of ...Brian Lamar2011-07-291-23/+40
* | merged trunk and fix time callVishvananda Ishaya2011-07-297-115/+249
|\|
| * Adds XML serialization for servers responses that match the current v1.1 specAlex Meade2011-07-284-87/+212
| |\
| | * removed unused importAlex Meade2011-07-271-1/+0
| | * fixed minor issuesAlex Meade2011-07-261-6/+8
| | * merged trunkAlex Meade2011-07-261-1/+0
| | |\
| | * | Updated ServerXMLSerializer to utilize the IPXMLSerializerAlex Meade2011-07-261-17/+3
| | * | merged trunkAlex Meade2011-07-2627-248/+757
| | |\ \
| | * \ \ merged trunkAlex Meade2011-07-195-48/+454
| | |\ \ \
| | * | | | Updated servers to choose XML serializer based on api versionAlex Meade2011-07-171-1/+6
| | * | | | updated servers to use ServerXMLSerializerAlex Meade2011-07-171-2/+1
| | * | | | added 'create' to server XML serializerAlex Meade2011-07-171-0/+7
| | * | | | added 'detail' to server XML serializerAlex Meade2011-07-171-0/+7
| | * | | | added index to servers xml serializerAlex Meade2011-07-171-0/+29
| | * | | | pep8Alex Meade2011-07-162-2/+1
| | * | | | Moved Metadata Serialization TestAlex Meade2011-07-162-2/+3
| | * | | | Added ServerXMLSerializer with working 'show' methodAlex Meade2011-07-164-51/+141
| * | | | | Fixes bug 816604, which is the problem that timeformat in server responses fo...Alex Meade2011-07-281-2/+13
| |\ \ \ \ \
| | * | | | | change local variable nameAlex Meade2011-07-271-3/+3
| | * | | | | Updated test stubs to contain the correct dataAlex Meade2011-07-261-2/+13
| * | | | | | Updated deserialization of POST /servers in the OSAPI to match the latest v1....Brian Waldon2011-07-283-26/+34
| |\ \ \ \ \ \
| | * | | | | | removing extra functionBrian Waldon2011-07-261-11/+0
| | * | | | | | reverting tests to use imageRef, flavorRefBrian Waldon2011-07-261-4/+3
| | * | | | | | updating imageRef and flavorRef parsingBrian Waldon2011-07-261-37/+5
| | * | | | | | xml deserialization works nowBrian Waldon2011-07-262-69/+19
| | * | | | | | merging trunkBrian Waldon2011-07-2630-284/+1131
| | |\ \ \ \ \ \ | | | | |_|_|_|/ | | | |/| | | |
| | * | | | | | merging trunkBrian Waldon2011-07-1510-101/+364
| | |\ \ \ \ \ \
| | * | | | | | | pep8Brian Waldon2011-07-131-1/+1
| | * | | | | | | cleanupBrian Waldon2011-07-122-38/+27
| | * | | | | | | server create deserialization functional and testedBrian Waldon2011-07-123-26/+139
* | | | | | | | | merged trunkVishvananda Ishaya2011-07-2812-121/+448
|\| | | | | | | |
| * | | | | | | | Makes security group rules with the newer version of the ec2 api and correctl...William Wolf2011-07-271-27/+43
| |\ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| | * | | | | | | pep8 and simplify rule refresh logicVishvananda Ishaya2011-07-261-14/+17
| | * | | | | | | remove some logging, remove extra ifVishvananda Ishaya2011-07-261-4/+2
| | * | | | | | | Update security gropu rules to properly support new format and boto 2.0Vishvananda Ishaya2011-07-261-19/+34
| | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | Updates to the compute API and manager so that rebuild, reboot, snapshots, an...Dan Prince2011-07-261-4/+2
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ merging trunk; resolving conflictsBrian Waldon2011-07-2627-256/+795
| | |\ \ \ \ \ \ \ | | | | |_|_|/ / / | | | |/| | | | |
| | * | | | | | | removing unnecessary assignmentsBrian Waldon2011-07-251-2/+0
| | * | | | | | | Ya! Apparently sleep helps me fix failing tests.Dan Prince2011-07-201-2/+2
| | * | | | | | | Updates to the compute API and manager so that rebuild, reboot, snapshots,Dan Prince2011-07-191-2/+2
| | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | Add OpenStack API support for block_device_mapping.Yoshiaki Tamura2011-07-261-0/+53
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | Add OpenStack API support for block_device_mapping.Yoshiaki Tamura2011-07-211-0/+53
| * | | | | | | merged trunkAlex Meade2011-07-268-86/+273
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| | * | | | | | - Updates /images/<id>/meta and /images/<id>/meta/<key> to respect the latest...Brian Waldon2011-07-254-47/+103
| | |\ \ \ \ \ \
| | | * | | | | | adding testing to solidify handling of None in wsgi serializationBrian Waldon2011-07-251-1/+1