summaryrefslogtreecommitdiffstats
path: root/nova/wsgi.py
Commit message (Expand)AuthorAgeFilesLines
* Merged with trunkJustin SB2011-05-191-83/+127
|\
| * 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
| |/
* | 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
|/
* 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
|\
| * i18n's strings that were missed or have been added since initial i18n strings...jaypipes@gmail.com2011-01-201-1/+1
* | Completed first pass at converting all localized strings with multiple format...Ed Leafe2011-01-181-1/+2
|/
* Merge trunkTodd Willey2011-01-171-9/+27
|\
| * merge trunk.Todd Willey2011-01-171-9/+27
| |\
| | * merge from upstream and fix leaks in console teststermie2011-01-121-1/+1
| | |\
| | * \ merged from upstream and made applicable changesAndy Smith2011-01-071-3/+16
| | |\ \
| | * \ \ merged from trunkAndy Smith2011-01-041-1/+1
| | |\ \ \
| | * | | | Added stack command-line toolAndy Smith2010-12-271-2/+1
| | * | | | added tests to ensure the easy api works as a backend for Compute APIAndy Smith2010-12-221-3/+3
| | * | | | Basic Easy API functionalityAndy Smith2010-12-221-6/+25
* | | | | | Merge pep8 fixes from wsgirouter branch.Todd Willey2011-01-171-2/+6
|\| | | | |
| * | | | | pep8. Someday I'll remember 2 blank lines between module methods.Todd Willey2011-01-131-2/+6
* | | | | | Merge trunk + wsgirouter.Todd Willey2011-01-131-0/+64
|\| | | | |
| * | | | | Merge trunk and fix how nova-combined works with paste.deploy.Todd Willey2011-01-131-0/+64
| | |_|_|/ | |/| | |
* | | | | Merge trunk.Todd Willey2011-01-121-3/+16
|\| | | |
| * | | | Merge babel support from Monty and fix a missing _() in nova/wsgi.pyjaypipes@gmail.com2011-01-101-1/+1
| | |_|/ | |/| |
| * | | Better method for eventlet.wsgi.server logging.Todd Willey2011-01-051-4/+11
| * | | Silence eventlet.wsgi.server so it doesn't go to stdout and pollute our logs.Todd Willey2011-01-051-4/+6
| * | | Final few log tweaks, i18n, levels, including contexts, etc.Todd Willey2011-01-041-1/+1
| * | | Apply logging changes as a giant patch to work around the cloudpipe delete + ...Todd Willey2011-01-041-2/+6
| | |/ | |/|
* | | Remove module-level factory methods in favor of having a factory class-methodTodd Willey2011-01-061-18/+44
* | | Add factories into the wsgi classes.Todd Willey2011-01-061-2/+26
|/ /