summaryrefslogtreecommitdiffstats
path: root/nova/endpoint
Commit message (Collapse)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 ↵Michael Gundlach2010-09-011-2/+2
| | | | surely i have bugs :)
* 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() ↵Michael Gundlach2010-08-311-5/+5
| | | | and Router() WSGI apps
* 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 ↵Michael Gundlach2010-08-261-25/+5
| | | | perfect, but it's a start.
* In an effort to keep new and old API code separate, I've created a nova.api ↵Eric Day2010-08-179-236/+0
| | | | to put all new API code under. This means nova.endpoint only contains the old Tornado implementation. I also cleaned up a few pep8 and other style nits in the new API code.
* See description of change... what's the difference between that message and ↵Michael Gundlach2010-08-1711-215/+236
|\ | | | | | | this message again?
| * Move eventlet-using class out of endpoint/__init__.py into its own ↵Michael Gundlach2010-08-172-51/+51
| | | | | | | | submodule, so that twisted-related code using endpoint.[other stuff] wouldn't run eventlet and make unit tests throw crazy errors about eventlet 0.9.10 not playing nicely with twisted.
| * 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
| |\ \ | | | | | | | | Support the beginnings of serialization format detection (aka did the request ask for JSON or XML)
| | * | 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 ↵andy2010-08-174-5/+16
|\ \ \ | | | | | | | | | | | | much closer to the guide described in HACKING.
| * | | 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 ↵Vishvananda Ishaya2010-08-121-2/+2
| | | | | | | | | | | | | | | | | | | | work again
* | | | | improve compatibility with ec2 clientsEwan Mellor2010-08-161-4/+11
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Bug 617913: RunInstances response doesn't meet EC2 specificationEwan Mellor2010-08-141-4/+11
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | Fix the RunInstances response to match the EC2 specification. This involved moving the instance details from <RunInstancesResponse><reservationSet><item><instancesSet><item> to <RunInstancesResponse><instancesSet><item>.
* | | | Catches and logs exceptions for rpc calls and raises a RemoteError exception ↵Vishvananda Ishaya2010-08-141-7/+4
|\ \ \ \ | | | | | | | | | | | | | | | on the caller side.
| * \ \ \ 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 ↵Vishvananda Ishaya2010-08-141-5/+13
|\ \ \ \ \ | | |_|/ / | |/| | | | | | | | classes
| * | | | 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
| | | | | | | | | | | | Trying to work toward a simple API that anyone can use to start an eventlet-based server composed of several WSGI apps.
| | * | Use webob to simplify wsgi middlewareMichael Gundlach2010-08-051-0/+122
| | | |