OpenStack Database As A Service (Trove)
Go to file
Tim Simpson bed395ed74 Moved functionality into wsgi.Controller.
* Found that classes from multiple modules were inheriting from reddwarf.instances.service.BaseController or InstanceController directly (the later of which wass probably adding bugs) and so moved all the common functionality into wsgi controller.
* Moved exceptions from other exception maps into wsgi.Controller's exception_map.
2012-06-26 08:44:24 -05:00
bin Refactoring the instance load method Adding back the volume used parameter. Added timeouts for all guest sync calls. Refactored the instance models. 2012-06-18 15:10:01 -05:00
contrib/dbaas-mycnf Disabling local-infile in my.cnf 2012-06-18 10:42:55 -05:00
development Adding validation of the api body 2012-03-22 14:01:21 -05:00
etc Adding a fault wrapper to catch and wrap exceptions that are thrown as plain text. 2012-06-24 22:01:30 -05:00
reddwarf Moved functionality into wsgi.Controller. 2012-06-26 08:44:24 -05:00
rsdns Simple per-user instance quota checking in the create call. PEP8 fixes. 2012-06-21 17:00:25 -05:00
tools Got the unit test venv environment working. 2012-03-07 08:47:10 -06:00
.gitignore Adding list_users for mysql users 2012-03-26 17:14:41 -05:00
MANIFEST.in Adding manifest 2012-05-08 15:13:57 -05:00
next_steps.txt Initial checkin of rpc code 2012-03-05 07:14:07 -06:00
openstack-common.conf Initial checkin of rpc code 2012-03-05 07:14:07 -06:00
README Initial commit 2012-02-15 17:33:32 -06:00
run_tests.py PEP8 on a comment and removed a log debug line. 2012-04-23 15:20:11 -05:00
run_tests.sh Adding the venv/unit test framework stuff 2012-02-22 21:20:45 -06:00
setup.py Adding taskmanager to setup 2012-06-08 13:54:11 -05:00

This is the new reddwarf lite goodness