summaryrefslogtreecommitdiffstats
path: root/nova/api
Commit message (Expand)AuthorAgeFilesLines
* Finish pulling S3ImageService out of this mergepropMichael Gundlach2010-09-131-0/+7
* Pull S3ImageService out of this mergepropMichael Gundlach2010-09-131-7/+27
* Correct style issues brought up in termie's reviewMichael Gundlach2010-09-095-42/+34
* Move nova.endpoint.images to api.ec2 and delete nova.endpointMichael Gundlach2010-09-022-1/+81
* OMG got api_unittests to passMichael Gundlach2010-09-022-5/+12
* send requests to the main API instead of to the EC2 subset -- so that it can ...Michael Gundlach2010-09-021-1/+1
* Remove unused APIRequestContext.handlerMichael Gundlach2010-09-021-2/+1
* Merge from trunk in an attempt to figure out why signer is generating the wro...Michael Gundlach2010-09-022-62/+0
|\
| * Merge from trunkCerberus2010-09-014-63/+96
| |\
| * | Moved API tests into a sub-folder of the tests/ and added a stubbed-out test ...Cerberus2010-08-251-61/+0
* | | Small typos, plus rework api_unittest to use WSGI instead of TornadoMichael Gundlach2010-09-022-5/+7
* | | Fix simple errors to the point where we can run the tests [but not pass]Michael Gundlach2010-09-013-5/+7
* | | Delete rbac.py, moving @rbac decorator knowledge into api.ec2.Authorizer WSGI...Michael Gundlach2010-09-013-65/+60
* | | Break Router() into Router() and Executor(), and put Authorizer() (currently ...Michael Gundlach2010-09-011-39/+62
* | | Return error Responses properly, and don't muck with req.params -- make a cop...Michael Gundlach2010-09-011-12/+13
* | | Remove all Twisted defer references from cloud.pyMichael Gundlach2010-08-311-49/+37
* | | Remove inlineCallbacks and yield from cloud.py, as eventlet doesn't need itMichael Gundlach2010-08-312-20/+11
* | | Move cloudcontroller and admincontroller into new apiMichael Gundlach2010-08-312-0/+950
* | | small import cleanupMichael Gundlach2010-08-312-5/+2
* | | Get rid of some convoluted exception handling that we don't need in eventletMichael Gundlach2010-08-312-19/+11
* | | First steps in reworking EC2 APIRequestHandler into separate Authenticate() a...Michael Gundlach2010-08-313-126/+155
* | | Delete __init__.py in prep for turning apirequesthandler into __init__Michael Gundlach2010-08-301-42/+0
* | | Move APIRequestContext into its own fileMichael Gundlach2010-08-301-0/+33
* | | Move APIRequest into its own fileMichael Gundlach2010-08-301-0/+132
* | | Move class into its own fileMichael Gundlach2010-08-301-0/+126
| |/ |/|
* | Support GET /<controller>/detailMichael Gundlach2010-08-253-6/+18
* | Merge from trunkMichael Gundlach2010-08-253-91/+1
|\|
| * 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
* | 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
|/
* 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