summaryrefslogtreecommitdiffstats
path: root/bin/nova-rsapi
Commit message (Collapse)AuthorAgeFilesLines
* In an effort to keep new and old API code separate, I've created a nova.api ↵Eric Day2010-08-171-34/+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.
* Move eventlet-using class out of endpoint/__init__.py into its own ↵Michael Gundlach2010-08-171-3/+2
| | | | 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.
* PEP8 and name correctionsMichael Gundlach2010-08-161-1/+1
|
* Make WSGI routing support routing to WSGI apps or to controller+actionMichael Gundlach2010-08-121-2/+3
| | | Support the beginnings of serialization format detection (aka did the request ask for JSON or XML)
* Reworked WSGI helper module and converted rackspace API endpoint to use it.Eric Day2010-08-071-17/+4
|
* Merge from trunk.Todd Willey2010-08-031-8/+6
|\
| * Massive refactor of users.pyVishvananda Ishaya2010-07-191-6/+6
| | | | | | | | | | | | | | Split users.py into manager.py and ldpadriver.py Added tons of docstrings Cleaned up public methods Simplified manager singleton handling
| * reorder imports spacingJesse Andrews2010-07-151-3/+1
| |
| * remove import of vendor since we have PPA nowJesse Andrews2010-07-151-1/+1
| |
* | Share my updates to the Rackspace API.Todd Willey2010-07-261-12/+1
|/
* update copyrightsTodd Willey2010-07-151-1/+3
|
* git checkpoint commit post-wsgiTodd Willey2010-06-201-24/+17
|
* Commit what I have almost working before diverging.Todd Willey2010-06-191-0/+65