summaryrefslogtreecommitdiff
path: root/nova/api/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Remove unused copyright from nova.api.__init__Shuangtai Tian2014-01-101-17/+0
* docstring cleanup, direct api, part of computetermie2011-04-111-2/+0
* Add blank __init__ file for fixing importability. The stale .pyc masked this...Todd Willey2011-01-061-0/+19
* remove unused nova/api/__init__.pyTodd Willey2011-01-041-111/+0
* Merge from trunk and resolved conflictsCerberus2010-12-221-3/+1
|\
| * move some flags aroundVishvananda Ishaya2010-12-171-1/+1
| * merged trunkVishvananda Ishaya2010-11-291-1/+7
| |\
| * | Per-project vpns, certificates, and revocationVishvananda Ishaya2010-11-061-2/+0
* | | Minor bug fixCerberus2010-12-221-0/+1
| |/ |/|
* | Remove FAKE_subdomain from docsJosh Kearney2010-11-231-1/+0
* | The docs are just going to be wrong for now. I'll file a bug upstream.Todd Willey2010-11-151-2/+0
* | Fix docstrings for wsigfied methods.Todd Willey2010-11-051-0/+3
* | Merge trunk.Todd Willey2010-11-021-19/+15
|\ \ | |/
| * Added support for OpenStack and EC2 APIs to run on different ports.Eric Day2010-11-021-19/+15
* | API endpoint documentation.Todd Willey2010-11-011-1/+7
|/
* PEP8 cleanup in nova/api. There should be no functional changes here, just st...Eric Day2010-10-211-8/+7
* Rename rsapi to osapi, and make the default subdomain for OpenStack API calls...Michael Gundlach2010-10-111-13/+13
* Mass renamingmdietz2010-10-081-2/+2
* Merged gundlach's branch.Eric Day2010-09-231-4/+63
|\
| * Added FLAGS.FAKE_subdomain letting you manually set the subdomain for testing...Michael Gundlach2010-09-231-5/+16
| * Re-add root and metadata request handlers to EC2 APIMichael Gundlach2010-09-221-4/+52
* | Various loose ends for endpoint and tornado removal cleanup, including cloudp...Eric Day2010-09-221-0/+2
|/
* Merge from trunkMichael Gundlach2010-09-201-4/+13
|\
| * Support querying version listMichael Gundlach2010-09-151-0/+13
* | Small typos, plus rework api_unittest to use WSGI instead of TornadoMichael Gundlach2010-09-021-1/+1
* | First steps in reworking EC2 APIRequestHandler into separate Authenticate() a...Michael Gundlach2010-08-311-0/+4
|/
* Added unittests for wsgi and api.Eric Day2010-08-171-3/+2
* In an effort to keep new and old API code separate, I've created a nova.api t...Eric Day2010-08-171-0/+38