summaryrefslogtreecommitdiffstats
path: root/bin/nova-api-new
Commit message (Collapse)AuthorAgeFilesLines
* Various loose ends for endpoint and tornado removal cleanup, including ↵Eric Day2010-09-221-45/+0
| | | | cloudpipe API addition, rpc.call() cleanup by removing tornado ioloop, and fixing bin/* programs. Tornado still exists as part of some test cases and those should be reworked to not require it.
* Make the scripts in bin/ detect if they're being run from a bzr checkoutSoren Hansen2010-09-081-0/+11
| | | | | or an extracted release tarball or whatever and adjust PYTHONPATH accordingly.
* In an effort to keep new and old API code separate, I've created a nova.api ↵Eric Day2010-08-171-0/+34
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.