summaryrefslogtreecommitdiffstats
path: root/nova/wsgi.py
Commit message (Expand)AuthorAgeFilesLines
* Raise max header size to accommodate large tokens.Steve Baker2013-06-181-0/+3
* Fix issues with re-raising exceptions.Russell Bryant2013-03-051-3/+4
* Update OpenStack LLC to FoundationKurt Taylor2013-02-261-1/+1
* Use oslo-config-2013.1b4Mark McLoughlin2013-02-191-1/+1
* Increase maximum URI size for EC2 API to 16kBurt Holzman2013-01-241-8/+17
* Adds SSL support for API server.Ilya Alekseyev2013-01-231-2/+73
* Fix problem with ipv6 link-local address(es)Davanum Srinivas2013-01-141-3/+11
* Enhance wsgi to listen on ipv6 addressDavanum Srinivas2013-01-091-2/+9
* Move api_paste_config option into nova.wsgiMark McLoughlin2012-12-111-1/+3
* Use CONF.import_opt() for nova.config optsMark McLoughlin2012-11-201-1/+1
* Remove nova.config.CONFMark McLoughlin2012-11-201-1/+1
* Remove nova.flagsMark McLoughlin2012-11-171-1/+0
* Switch from FLAGS to CONF in misc modulesMark McLoughlin2012-11-041-5/+6
* 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
| |/ |/|