summaryrefslogtreecommitdiffstats
path: root/nova/api
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | | | | | use ATOM_XMLNS everywhereWilliam Wolf2011-07-271-1/+1
| | * | | | | | | | | | | | | | | | | | utilize _create_link_nodes base class functionWilliam Wolf2011-07-272-8/+5
| | * | | | | | | | | | | | | | | | | | added test for accept header of atom+xml on 300 responses to make sure it def...William Wolf2011-07-271-1/+2
| | * | | | | | | | | | | | | | | | | | moved rest of build logic into builderWilliam Wolf2011-07-272-54/+34
| | * | | | | | | | | | | | | | | | | | update everything to use global VERSIONSWilliam Wolf2011-07-271-32/+17
| | * | | | | | | | | | | | | | | | | | fixed xmlns issueWilliam Wolf2011-07-271-4/+4
| | * | | | | | | | | | | | | | | | | | make atom+xml accept header be ignored on 300 responses in the VersionsReques...William Wolf2011-07-271-0/+8
| | * | | | | | | | | | | | | | | | | | fixed issue with factory for Versions ResourceWilliam Wolf2011-07-271-3/+1
| | * | | | | | | | | | | | | | | | | | pep8William Wolf2011-07-271-10/+10
| | * | | | | | | | | | | | | | | | | | merge from trunkWilliam Wolf2011-07-274-38/+136
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|/ / / / / / / / | | | |/| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | multi choice XML responses with testsWilliam Wolf2011-07-271-5/+10
| | * | | | | | | | | | | | | | | | | | pep8 fixesWilliam Wolf2011-07-262-19/+16
| | * | | | | | | | | | | | | | | | | | initial working 300 multiple choice stuffWilliam Wolf2011-07-263-84/+117
| | * | | | | | | | | | | | | | | | | | got rid of some printsWilliam Wolf2011-07-261-2/+0
| | * | | | | | | | | | | | | | | | | | got rid of string comparisons in serializer testsWilliam Wolf2011-07-261-0/+9
| | * | | | | | | | | | | | | | | | | | updated atom testsWilliam Wolf2011-07-261-3/+11
| | * | | | | | | | | | | | | | | | | | merge from trunkWilliam Wolf2011-07-2525-241/+597
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | initial stuff to get away from string comparisons for XML, and use ElementTreeWilliam Wolf2011-07-251-0/+7
| | * | | | | | | | | | | | | | | | | | | atom and xml_detail working, with testsWilliam Wolf2011-07-251-8/+41
| | * | | | | | | | | | | | | | | | | | | xml version detail working with testsWilliam Wolf2011-07-251-2/+28
| | * | | | | | | | | | | | | | | | | | | removed prints, got versions detail tests passing, still need to do xml/atomWilliam Wolf2011-07-252-14/+84
| | * | | | | | | | | | | | | | | | | | | added 1.0 detail test, added VersionRequestDeserializer to support Versions a...William Wolf2011-07-252-3/+95
| * | | | | | | | | | | | | | | | | | | | cleanupWilliam Wolf2011-08-022-2/+1
| * | | | | | | | | | | | | | | | | | | | merge with trunk, resolve conflictsWilliam Wolf2011-08-0110-104/+164
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | 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
| | | * | | | | | | | | | | | | | | | | | | 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
| | |\| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | fix for reviewsVishvananda Ishaya2011-07-251-0/+2
| | * | | | | | | | | | | | | | | | | | | remove auth manager from instance helperVishvananda Ishaya2011-07-221-2/+3
| | * | | | | | | | | | | | | | | | | | | merged trunkVishvananda Ishaya2011-07-2217-107/+162
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | | | |/| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | clean up fake auth manager in other placesVishvananda Ishaya2011-07-221-2/+0
| | * | | | | | | | | | | | | | | | | | | fix test_accessVishvananda Ishaya2011-07-221-1/+6
| | * | | | | | | | | | | | | | | | | | | fix auth testsVishvananda Ishaya2011-07-221-1/+1