summaryrefslogtreecommitdiffstats
path: root/nova/api
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | add updated and created to servers detail test, and make it workAlex Meade2011-07-141-0/+2
| * | | | | | | | | | | | | | | | updated to support and check for flavor links in server detail responseAlex Meade2011-07-131-0/+11
| * | | | | | | | | | | | | | | | beginning server detail spec 1.1 fixupAlex Meade2011-07-132-5/+45
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | merged with 1320vladimir.p2011-07-259-91/+320
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | - 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
| | * | | | | | | | | | | | | | | reverting some wsgi-related changesBrian Waldon2011-07-251-3/+5
| | * | | | | | | | | | | | | | | pep8Brian Waldon2011-07-221-3/+2
| | * | | | | | | | | | | | | | | updating images metadata resourceBrian Waldon2011-07-224-53/+108
| | | |_|_|_|_|_|/ / / / / / / / | | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Adds proper xml serialization for /servers/<id>/ips and /servers/<id>/ips/<ne...Brian Waldon2011-07-251-10/+46
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | adding xml serialization for /servers/<id>/ips and /servers/<id>/ips/<network>Brian Waldon2011-07-251-10/+46
| | | |_|_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | | modified to conform to latest AWS EC2 API spec for authorize & revoke ingres...John Tran2011-07-251-14/+72
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | resolved pep8 issuesJohn Tran2011-07-181-15/+18
| | * | | | | | | | | | | | | | | merged from trunkJohn Tran2011-07-181-7/+11
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|/ / / | | | |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | changed to avoid localization test failureJohn Tran2011-07-171-2/+2
| | * | | | | | | | | | | | | | | renamed priv method arg_to_dict since it's not just used for revoke. modifie...John Tran2011-07-151-14/+69
| | | |_|_|_|_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Fixes faults to use xml serializers based on api version. This fixed bug 814228Alex Meade2011-07-252-4/+38
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | removed print linesAlex Meade2011-07-251-3/+0
| | * | | | | | | | | | | | | | | Fixed bad testAlex Meade2011-07-251-1/+1
| | * | | | | | | | | | | | | | | Updated Faults controller to choose an xml serializer based on api version fo...Alex Meade2011-07-252-4/+41
| | | |_|_|/ / / / / / / / / / / | | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Fixes a typo in rescue instance in ec2 api. This is mnaser's fix, I just adde...Mohammed Naser2011-07-251-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | Fixed two typos in rescue API commandMohammed Naser2011-07-091-1/+1
| * | | | | | | | | | | | | | | | Added check to make sure there is a server entity in the create server requestAlex Meade2011-07-251-10/+13
| | |_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge from trunk.Naveed Massjouni2011-07-2117-109/+162
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Correctly add xml namespaces to extensions xml.Naveed Massjouni2011-07-212-15/+19
| * | | | | | | | | | | | | | | Added xml serialization for GET => /extensions. Added corresponding tests.Naveed Massjouni2011-07-211-20/+23
| * | | | | | | | | | | | | | | Moving lp:~rackspace-titan/nova/extensions-xml-serialization to new branch ba...Naveed Massjouni2011-07-212-5/+42
| | |_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | some cleanup. VSA flag status changes. returned some filesvladimir.p2011-07-253-10/+12
* | | | | | | | | | | | | | | more unittest changesvladimir.p2011-07-221-0/+4
* | | | | | | | | | | | | | | merge with 1305vladimir.p2011-07-2227-201/+782
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | Adds an XML serializer for limits and adds tests for the Limits view builder.Alex Meade2011-07-212-3/+64
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | pep8Alex Meade2011-07-211-1/+2
| | * | | | | | | | | | | | | | updated next-available to use utc timeAlex Meade2011-07-211-1/+1
| | * | | | | | | | | | | | | | Updated time-available to be correct formatAlex Meade2011-07-211-1/+4
| | * | | | | | | | | | | | | | Added LimitsXMLSerializerAlex Meade2011-07-211-2/+59
| * | | | | | | | | | | | | | | Updated the compute API so that has_finished_migration uses instance_uuid.Dan Prince2011-07-211-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | Updated the compute API so that has_finished_migration uses instance_uuid.Dan Prince2011-07-211-1/+1
| | | |/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | | merge from trunkWilliam Wolf2011-07-2117-119/+312
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | pep8 and stuff.Dan Prince2011-07-211-2/+2
| | * | | | | | | | | | | | | | | Merge w/ trunk.Dan Prince2011-07-216-20/+243
| | |\| | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Updating the /images and /images/detail OSAPI v1.1 endpoints to match spec w/...Brian Waldon2011-07-211-3/+10
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | | | removing mox object instantiation from each test; renaming _param to filter_nameBrian Waldon2011-07-141-2/+2
| | | | * | | | | | | | | | | | | | adding new query parametersBrian Waldon2011-07-131-3/+10
| | | | | |_|_|_|/ / / / / / / / / | | | | |/| | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Ensure valid json/xml/atom responses for versions requestsWilliam Wolf2011-07-213-9/+160
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|_|_|_|_|_|/ / / / | | | | |/| | | | | | | | | | | |
| | | | * | | | | | | | | | | | | added tests, updated pep8 fixesWilliam Wolf2011-07-211-1/+0
| | | | * | | | | | | | | | | | | cleanup tests and fix pep8 issuesWilliam Wolf2011-07-211-9/+11
| | | | * | | | | | | | | | | | | added versions list atom test and it passesWilliam Wolf2011-07-202-24/+46
| | | | * | | | | | | | | | | | | initial changes for application/atom+xml for versionsWilliam Wolf2011-07-202-14/+103
| | | | * | | | | | | | | | | | | added 'update' field to versionsWilliam Wolf2011-07-202-1/+6
| | | | * | | | | | | | | | | | | updated links to use proper atom:link per specWilliam Wolf2011-07-191-1/+35
| | | | | |_|_|_|_|_|/ / / / / / | | | | |/| | | | | | | | | | |