summaryrefslogtreecommitdiffstats
path: root/nova/wsgi.py
Commit message (Expand)AuthorAgeFilesLines
* Enable custom eventlet.wsgi.server log_formatJoe Gordon2012-10-221-2/+14
* Switch to common logging.Andrew Bogott2012-07-021-1/+1
* Add multi-process support for API servicesJohannes Erdfelt2012-06-281-29/+23
* Unused imports cleanup (folsom-2)Zhongyue Luo2012-06-031-1/+0
* Use ConfigOpts.find_file() to find paste configMark McLoughlin2012-05-101-1/+9
* Removes dead code around start_tcp in ServerJay Pipes2012-04-101-21/+0
* Improve grammar throughout nova.Paul McMillan2012-04-101-1/+1
* Modify nova.wsgi.start() should check backlog parameter.Sean Dague2012-03-211-0/+4
* Standardize logging delaration and useJason Kölker2012-02-141-1/+1
* Implements blueprint vnc-console-cleanupAnthony Young2012-01-171-1/+4
* Clean up pylint errors in top-level filesBrian Waldon2011-12-291-5/+1
* Moves find config to utils because it is usefulVishvananda Ishaya2011-12-101-23/+1
* 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
| | | |/ | | |/|