summaryrefslogtreecommitdiffstats
path: root/nova/wsgi.py
Commit message (Expand)AuthorAgeFilesLines
* Next round of prep for keystone integration.Vishvananda Ishaya2011-08-191-12/+0
|\
| * add keystone middlewares for ec2 apiVishvananda Ishaya2011-08-111-12/+0
* | Make all services use the same launching strategyVishvananda Ishaya2011-08-171-3/+0
|/
* fix all testsVishvananda Ishaya2011-07-221-0/+12
* pep8 complianceJimmy Bergman2011-07-071-1/+2
* Adapt flash socket policy branch to new nova/wsgi.py refactoringJimmy Bergman2011-06-301-5/+7
* Merge trunk and resolve bin/nova-vncproxy conflictJimmy Bergman2011-06-301-80/+113
|\
| * Very small alterations, switched from using start() to pass host/port, to jus...Brian Lamar2011-06-211-17/+22
| * Monkey patching 'os' kills multiprocessing's .join() functionality. Also, mes...Brian Lamar2011-06-211-2/+3
| * log -> logging to keep with conventionBrian Lamar2011-06-211-3/+3
| * Removed debugging and switched eventlet to monkey patch everything.Brian Lamar2011-06-211-1/+1
| * Removed logging logic from __init__, added concept of Launcher...no tests for...Brian Lamar2011-06-201-1/+0
| * Cleanup and addition of tests for WSGI server.Brian Lamar2011-06-201-6/+12
| * Added tests for WSGI loader.Brian Lamar2011-06-191-3/+4
| * Introduced Loader concept, for paste decouple.Brian Lamar2011-06-191-69/+92
| * Further nova-api cleanup.Brian Lamar2011-06-191-4/+1
| * Cleaned up nova-api binary and logging a bit.Brian Lamar2011-06-191-1/+1
| * General cleanup and refactor of a lot of the API/WSGI service code.Brian Lamar2011-06-181-31/+32
* | Change so that the flash socket policy server is using eventlet instead of tw...Jimmy Bergman2011-06-231-0/+18
|/
* review fixupsBrian Waldon2011-05-261-2/+2
* merging trunkBrian Waldon2011-05-261-1/+4
|\
| * Merged with trunkJustin SB2011-05-191-83/+127
| |\
| * | Store socket_info as a dictionary rather than an arrayJustin Santa Barbara2011-03-301-3/+4
| * | Start up nova-api service on an unused port if 0 is specified. Fixes bug 744150Justin Santa Barbara2011-03-281-0/+2
* | | removing controller/serializer code from wsgi.py; updating other code to use ...Brian Waldon2011-05-181-248/+2
| |/ |/|
* | further cleanup of nova/exceptions.pyBrian Waldon2011-04-271-3/+2
* | merge with trunkEldar Nugaev2011-04-221-70/+69
|\ \
| * | cleanups per code reviewtermie2011-04-201-1/+0
| * | docstring cleanup, nova dirtermie2011-04-201-72/+72
* | | replaced regex to webob.Request.content_typeEldar Nugaev2011-04-201-8/+4
* | | fix Request.get_content_typeEldar Nugaev2011-04-201-6/+14
|/ /
* | Merged trunk.Brian Lamar2011-04-151-5/+41
|\ \
| * \ Merge from trunkNaveed Massjouni2011-04-061-5/+24
| |\ \
| | * \ Merged with trunk, fixed up test that wasn't checking namespaceJustin Santa Barbara2011-04-061-0/+1
| | |\ \
| | * | | Add XML namespaces to the OpenStack APIJustin Santa Barbara2011-03-301-6/+2
| | * | | Added note agreeing with Brian Lamar that the namespace doesn't belong in wsgiJustin Santa Barbara2011-03-221-0/+4
| | * | | Support setting the xmlns intelligentlyJustin Santa Barbara2011-03-221-6/+21
| | * | | Set XML namespace when returning XMLJustin Santa Barbara2011-03-221-0/+3
| | | |/ | | |/|
| * / | Fixed the addresses and metadata collections in xml responses.Naveed Massjouni2011-04-051-0/+18
| |/ /
* | / Added logging statements for generic WSGI and specific OpenStack API requests.Brian Lamar2011-04-061-0/+5
| |/ |/|
* | Help paste_config_file find the api config now that we moved it.Soren Hansen2011-04-051-0/+1
|/
* remerge trunk (again). fix issues caused by changes to deserialization calls ...Monsyne Dragon2011-03-111-44/+90
|\
| * renaming wsgi.Request.best_match to best_match_content_type; correcting calls...Brian Waldon2011-03-091-2/+2
| * Refactor wsgi.Serializer away from handling Requests directly; now require Co...Brian Waldon2011-03-031-37/+59
| * adding wsgi.Controller and wsgi.Request testing; fixing format keyword argume...Brian Waldon2011-03-031-1/+3
| * adding wsgi.Request class to add custom best_match; adding new class to wsgif...Brian Waldon2011-03-031-8/+29
|/
* Merged trunkThierry Carrez2011-02-221-1/+0
|\
| * remove extra references to logging.basicConfigVishvananda Ishaya2011-02-201-1/+0
* | Remove paste_config_to_flags since it's now unusedThierry Carrez2011-02-181-7/+0
|/
* Resolved trunk merge conflictsEd Leafe2011-01-211-1/+1
|\