summaryrefslogtreecommitdiff
path: root/nova/wsgi.py
Commit message (Expand)AuthorAgeFilesLines
* trivial: Remove remaining '_LI' instancesStephen Finucane2020-05-181-4/+4
* trivial: Remove remaining '_LE' instancesStephen Finucane2020-05-181-6/+7
* Remove future importsStephen Finucane2020-03-241-2/+0
* Refactor WSGI apps and utils to limit importsChris Dent2018-03-061-274/+0
* [2/3]Replace six.iteritems() with .items()Spencer Yu2017-01-091-1/+1
* Fixes python 3 unit testsClaudiu Belu2016-09-231-1/+1
* config options: Remove 'wsgi_' prefix from optsStephen Finucane2016-03-251-2/+2
* config options: Move wsgi options into a groupStephen Finucane2016-03-221-13/+13
* config options: centralize section "wsgi"Tracy Jones2016-02-031-49/+2
* hacking: check for common double word typosDaniel P. Berrange2016-01-141-1/+1
* Merge "Add hacking check for eventlet.spawn()"Jenkins2015-10-081-1/+2
|\
| * Add hacking check for eventlet.spawn()Ryan Rossiter2015-08-131-1/+2
* | wsgi: removing semicolonWei Jiangang2015-09-241-1/+1
* | Fix exception message mistake in WSGI serviceliyuanyuan2015-08-281-1/+1
|/
* Handle SSL termination proxies for version listRadomir Dopieralski2015-08-031-1/+11
* Switch to oslo.service libraryDavanum Srinivas2015-07-111-1/+2
* Remove usage of WritableLogger from oslo_logDavanum Srinivas2015-06-181-3/+1
* Replace dict.iteritems() with six.iteritems(dict)Victor Stinner2015-05-221-1/+2
* create noauth2Sean Dague2015-03-041-2/+2
* Use oslo.logDavanum Srinivas2015-02-221-2/+3
* Switch to using oslo_* instead of oslo.*Davanum Srinivas2015-02-061-2/+2
* Set socket options in correct wayabhishekkekane2014-12-181-13/+12
* Merge "Eventlet green threads not released back to pool"Jenkins2014-12-021-1/+13
|\
| * Eventlet green threads not released back to poolabhishekkekane2014-11-211-1/+13
* | Replacement `_` on `_LI` in all LOG.info - part 2Mike Durnosvistov2014-11-201-4/+4
|/
* Replacement `_` on `_LE` in all LOG.errorMike Durnosvistov2014-10-211-4/+4
* Use oslo.utilsDavanum Srinivas2014-10-061-1/+1
* Remove usage of self.__dict__ for message var replacementMatt Riedemann2014-09-251-2/+5
* Use oslo.i18nDavanum Srinivas2014-07-181-1/+1
* Merge "Fix and gate on H305 and H307"Jenkins2014-07-151-1/+1
|\
| * Fix and gate on H305 and H307Davanum Srinivas2014-07-151-1/+1
* | Nova-api service throws error when SIGHUP is sentRajesh Tailor2014-07-131-9/+24
|/
* Nova api service doesn't handle SIGHUP properlyabhishekkekane2014-07-021-0/+1
* Don't translate debug level logs in novaGary Kotton2014-06-131-1/+1
* Make webob.exc.HTTPForbidden return correct messageHaiwei Xu2014-02-241-1/+1
* Merge "report port number for address already in use errors"Jenkins2014-02-151-1/+7
|\
| * report port number for address already in use errorsPádraig Brady2014-02-051-1/+7
* | Allow operators to customize max header sizeFlorent Flament2014-02-101-3/+8
|/
* Remove vi modelinesliu-sheng2014-02-031-2/+0
* disable debug in eventlet.wsgi serverSean Dague2014-01-191-1/+2
* Merge "Allow configuring the wsgi pool size"Jenkins2013-12-151-2/+5
|\
| * Allow configuring the wsgi pool sizeStanislaw Pitucha2013-11-111-2/+5
* | Ensure api_paste_conf is an absolute pathXavier Queralt2013-12-101-3/+6
* | graceful-shutdown: add graceful shutdown into computeChristopher Lefelhocz2013-10-171-1/+2
|/
* Use print function rather than print statementDavid Ripton2013-10-081-1/+1
* maint: remove redundant default=None for config optionsPádraig Brady2013-08-091-3/+0
* Enabled hacking check for Python3 compatible print (H233)Alex Gaynor2013-07-291-7/+9
* Remove the monkey patching of _ into the builtinsAlex Gaynor2013-07-261-0/+1
* 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