summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Finish pulling S3ImageService out of this mergepropMichael Gundlach2010-09-131-0/+7
* Pull S3ImageService out of this mergepropMichael Gundlach2010-09-132-59/+27
* Correct style issues brought up in termie's reviewMichael Gundlach2010-09-097-43/+41
* New version of eventlet handles Twisted & eventlet running at the same timeMichael Gundlach2010-09-071-1/+1
* Oops, APIRequestContext's signature has changedMichael Gundlach2010-09-071-1/+1
* Move nova.endpoint.images to api.ec2 and delete nova.endpointMichael Gundlach2010-09-025-65/+3
* Cloud tests passMichael Gundlach2010-09-021-1/+1
* 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-022-5/+3
* Remove unused APIRequestContext.handlerMichael Gundlach2010-09-021-2/+1
* Use port that boto expectsMichael Gundlach2010-09-021-2/+2
* Merge from trunk in an attempt to figure out why signer is generating the wro...Michael Gundlach2010-09-0219-87/+405
|\
| * Replace an if/else with a dict lookup to a factory method.Michael Gundlach2010-09-021-14/+17
| |\
| | * NurrrMichael Gundlach2010-09-011-2/+2
| | * Abstractified generalization mechanismMichael Gundlach2010-09-011-14/+17
| |/
| * Create console.log ahead of time. This ensures that the user running nova-com...Soren Hansen2010-09-011-1/+3
| |\
| | * Create console.log ahead of time. This ensures that the user running nova-com...Soren Hansen2010-08-271-1/+3
| * | This improves the changelog generated as part of "setup.py sdist". If you loo...Soren Hansen2010-09-012-2/+63
| |\ \
| | * | Better log formatter for Nova. It's just like gnuchangelog, but logs the auth...Soren Hansen2010-08-312-2/+63
| * | | Moved API tests into a sub-folder of the tests/ and added a stubbed-out test ...Cerberus2010-09-018-7/+183
| |\ \ \
| | * \ \ Merge from trunkCerberus2010-09-0115-149/+278
| | |\ \ \ | | |/ / / | |/| | |
| * | | | Call getInfo() instead of getVersion() on the libvirt connection object. virC...Soren Hansen2010-08-311-1/+1
| |\ \ \ \
| | * | | | Call getInfo() instead of getVersion() on the libvirt connection object. virC...Soren Hansen2010-08-311-1/+1
| * | | | | Adjust setup.py to match nova-rsapi -> nova-api-new rename.Soren Hansen2010-08-311-1/+1
| |\ \ \ \ \
| | * | | | | Fix up setup.py to match nova-rsapi -> nova-api-new rename.Soren Hansen2010-08-311-1/+1
| |/ / / / /
| * | | | | Reconnect to libvirt on broken connection.Soren Hansen2010-08-301-1/+13
| |\| | | |
| | * | | | Detect if libvirt connection has been broken and reestablish it.Soren Hansen2010-08-301-1/+13
| * | | | | pylint fixes for /nova/virt/connection.pyjaypipes@gmail.com2010-08-302-26/+63
| |\ \ \ \ \
| | * | | | | Merge trunk and resolve conflictsjaypipes@gmail.com2010-08-3092-1523/+4127
| | |\| | | |
| | * | | | | Merged nova-tests-apitest into pylint.jaypipes@gmail.com2010-08-101-25/+58
| | |\ \ \ \ \
| | | * \ \ \ \ Merged nova-virt-connection into nova-tests-apitest.jaypipes@gmail.com2010-08-101-0/+10
| | | |\ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | * | | | | | pylint fixes for nova/virt/connection.pyjaypipes@gmail.com2010-08-101-0/+10
| | | * | | | | Pylint fixes for /nova/tests/api_unittest.pyjaypipes@gmail.com2010-08-101-25/+58
| | |/ / / / /
| * | | | | | pylint fixes for nova/objectstore/handler.pyjaypipes@gmail.com2010-08-301-37/+98
| |\ \ \ \ \ \
| | * \ \ \ \ \ Resolve conflicts and merge trunkjaypipes@gmail.com2010-08-3088-1327/+3646
| | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| | | |
| | * | | | | | Make individual disables for R0201 instead of file-level.jaypipes@gmail.com2010-08-161-11/+7
| | * | | | | | pylint fixes for nova/objectstore/handler.pyjaypipes@gmail.com2010-08-101-33/+100
| * | | | | | | Add Flavors controller supportingMichael Gundlach2010-08-306-70/+103
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | Dead code removal.Eric Day2010-08-304-14/+0
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| | * | | | | | Removed old cloud_topic queue setup, it is no longer used.Eric Day2010-08-184-14/+0
| | | | | | * | Removed get_backup_schedules from the image testCerberus2010-08-301-3/+0
| | | | | | * | Renamed test.py and moved a test as per merge proposal feedbackCerberus2010-08-263-59/+62
| | | | | | * | Merge from trunkCerberus2010-08-262-28/+49
| | | | | | |\ \ | | |_|_|_|_|/ / | |/| | | | | |
| | | | | | * | Moved API tests into a sub-folder of the tests/ and added a stubbed-out test ...Cerberus2010-08-259-7/+183
* | | | | | | | Small typos, plus rework api_unittest to use WSGI instead of TornadoMichael Gundlach2010-09-023-103/+29
* | | | | | | | Fix simple errors to the point where we can run the tests [but not pass]Michael Gundlach2010-09-018-135/+14
* | | | | | | | notes -- conversion 'complete' except now the unit tests won't work and surel...Michael Gundlach2010-09-011-2/+2
* | | | | | | | Delete rbac.py, moving @rbac decorator knowledge into api.ec2.Authorizer WSGI...Michael Gundlach2010-09-014-134/+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