summaryrefslogtreecommitdiffstats
path: root/nova/api
Commit message (Expand)AuthorAgeFilesLines
* first pass at cleanup rackspace/servers.pyVishvananda Ishaya2010-09-071-16/+13
* removed references to compute.modelVishvananda Ishaya2010-09-021-1/+1
* Merge from trunkCerberus2010-09-014-63/+96
|\
| * Support GET /<controller>/detailMichael Gundlach2010-08-253-6/+18
| * Merge from trunkMichael Gundlach2010-08-253-91/+1
| |\
| * | Turn imageid translator into general translator for rackspace api idsMichael Gundlach2010-08-251-0/+42
| * | Use compute.instance_types for flavor data instead of a FlavorServiceMichael Gundlach2010-08-251-14/+13
| * | Flavors workMichael Gundlach2010-08-242-58/+38
* | | Moved API tests into a sub-folder of the tests/ and added a stubbed-out test ...Cerberus2010-08-251-61/+0
| |/ |/|
* | pep8Michael Gundlach2010-08-241-1/+1
* | Delete unused directoryMichael Gundlach2010-08-241-0/+0
* | Move imageservice to its own directoryMichael Gundlach2010-08-242-92/+2
|/
* Style fixesMichael Gundlach2010-08-241-10/+10
* Merge failMichael Gundlach2010-08-231-1/+1
* Get the output formatting correct.Michael Gundlach2010-08-232-4/+8
* Don't serialize in Controller subclass now that wsgi.Controller handles it fo...Michael Gundlach2010-08-231-3/+2
* Move serialize() to wsgi.Controller so __call__ can serialize() action return...Michael Gundlach2010-08-231-10/+0
* Merge from trunkMichael Gundlach2010-08-232-3/+63
|\
| * Added unit tests for WSGI helpers and base WSGI API.Eric Day2010-08-192-3/+63
| |\
| | * Updated the tests to use webob, removed the 'called' thing and just use retur...Eric Day2010-08-181-26/+17
| | * Merged api-port into api-port-1.Eric Day2010-08-187-6/+6
| | |\
| | * | Added unittests for wsgi and api.Eric Day2010-08-172-3/+72
| * | | First in a series of patches to port the API from Tornado to WSGI. Also inclu...Eric Day2010-08-181-0/+5
| | |/ | |/|
* | | Serialize properlyMichael Gundlach2010-08-232-3/+4
* | | Support opaque id to rs int id as wellMichael Gundlach2010-08-232-14/+36
* | | LicenseMichael Gundlach2010-08-231-0/+17
* | | Complete the Image API against a LocalImageService until Glance's API exists ...Michael Gundlach2010-08-194-27/+151
* | | Pull in ~eday/nova/api-portMichael Gundlach2010-08-183-2/+62
|/ /
* | Removed the 'controllers' directory under 'rackspace' due to full class name ...Eric Day2010-08-187-5/+5
* | Fixed typo.Eric Day2010-08-181-1/+1
|/
* In an effort to keep new and old API code separate, I've created a nova.api t...Eric Day2010-08-179-0/+328