summaryrefslogtreecommitdiffstats
path: root/nova/endpoint
Commit message (Expand)AuthorAgeFilesLines
* Move nova.endpoint.images to api.ec2 and delete nova.endpointMichael Gundlach2010-09-023-142/+0
* Fix simple errors to the point where we can run the tests [but not pass]Michael Gundlach2010-09-011-122/+0
* notes -- conversion 'complete' except now the unit tests won't work and surel...Michael Gundlach2010-09-011-2/+2
* Remove inlineCallbacks and yield from cloud.py, as eventlet doesn't need itMichael Gundlach2010-08-311-8/+8
* Move cloudcontroller and admincontroller into new apiMichael Gundlach2010-08-312-950/+0
* First steps in reworking EC2 APIRequestHandler into separate Authenticate() a...Michael Gundlach2010-08-311-5/+5
* Move APIRequestContext into its own fileMichael Gundlach2010-08-301-12/+0
* Move APIRequest into its own fileMichael Gundlach2010-08-301-109/+0
* Move class into its own fileMichael Gundlach2010-08-301-101/+0
* Notes for converting Tornado to EventletMichael Gundlach2010-08-301-0/+62
* work endpoint/images.py into an S3ImageService. The translation isn't perfec...Michael Gundlach2010-08-261-25/+5
* In an effort to keep new and old API code separate, I've created a nova.api t...Eric Day2010-08-179-236/+0
* See description of change... what's the difference between that message and t...Michael Gundlach2010-08-1711-215/+236
|\
| * Move eventlet-using class out of endpoint/__init__.py into its own submodule,...Michael Gundlach2010-08-172-51/+51
| * Remove duplicate definition of flagMichael Gundlach2010-08-171-4/+0
| * All controller actions receive a 'req' parameter containing the webob Request.Michael Gundlach2010-08-164-23/+18
| * PEP8 and name correctionsMichael Gundlach2010-08-163-9/+9
| * Undo the changes to cloud.py that somehow diverged from trunkMichael Gundlach2010-08-121-53/+52
| * Mergeprop cleanupMichael Gundlach2010-08-121-0/+0
| * Mergeprop cleanupMichael Gundlach2010-08-121-0/+0
| *-. Make WSGI routing support routing to WSGI apps or to controller+actionMichael Gundlach2010-08-1211-183/+213
| |\ \
| | * | Prototype implementation of Servers controllerMatthew Dietz2010-08-118-15/+93
| | * | work on a router that works with wsgi and non-wsgi routingMichael Gundlach2010-08-101-12/+15
| |/ /
* | | Fixes quite a few style issues across the entire nova codebase bringing it mu...andy2010-08-174-5/+16
|\ \ \
| * | | rather comprehensive style fixesandy2010-08-164-5/+16
* | | | Fixes issues with allocation and deallocation of fixed and elastic addresses.Vishvananda Ishaya2010-08-161-3/+3
|\ \ \ \
| * | | | renamed missed reference to AddressVishvananda Ishaya2010-08-121-1/+1
| * | | | rename address stuff to avoid name collision and make the .all() iterator wor...Vishvananda Ishaya2010-08-121-2/+2
* | | | | improve compatibility with ec2 clientsEwan Mellor2010-08-161-4/+11
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Bug 617913: RunInstances response doesn't meet EC2 specificationEwan Mellor2010-08-141-4/+11
| | |_|/ | |/| |
* | | | Catches and logs exceptions for rpc calls and raises a RemoteError exception ...Vishvananda Ishaya2010-08-141-7/+4
|\ \ \ \
| * \ \ \ merged trunkVishvananda Ishaya2010-08-141-0/+15
| |\ \ \ \
| * \ \ \ \ merged fix-hostname and fixed conflictVishvananda Ishaya2010-08-141-7/+15
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | make rpc.call propogate exception info. Includes testsVishvananda Ishaya2010-08-121-9/+6
| | |_|/ / | |/| | |
* | | | | Fixed path to keys directory.Joel Moore joelbm24@gmail.com2010-08-141-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | fixed path to keys directoryJoel Moore joelbm24@gmail.com2010-07-271-1/+1
* | | | | Sets a hostname for instances that properly resolves and cleans up network cl...Vishvananda Ishaya2010-08-141-5/+13
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Actually pass in hostname and create a proper model for data in network codeVishvananda Ishaya2010-08-111-5/+13
| * | | | support a hostname that can be looked upVishvananda Ishaya2010-08-101-3/+3
* | | | | Implemented admin client / admin api for fetching user roles.Devin Carlen2010-08-141-0/+15
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fixed admin api for user rolesDevin Carlen2010-08-101-2/+4
| * | | | Wired up admin api for user rolesDevin Carlen2010-08-101-0/+13
| | |/ / | |/| |
* / | | Further pylint cleanupVishvananda Ishaya2010-08-101-5/+5
|/ / /
* | | importing merges from hudson branchJoe Heck2010-08-092-183/+100
|\ \ \ | | |/ | |/|
| * | Fixed docstring format per Jay's review.Eric Day2010-08-091-1/+1
| * | Reworked WSGI helper module and converted rackspace API endpoint to use it.Eric Day2010-08-074-391/+94
| * | Changed the network imports to use new network layout.Eric Day2010-08-061-1/+1
| * | Merged Todd and Michael's changes.Eric Day2010-08-063-37/+251
| |\ \
| | * | WsgiStack class, eventletserver.serve.Michael Gundlach2010-08-053-10/+29
| | * | Use webob to simplify wsgi middlewareMichael Gundlach2010-08-051-0/+122