summaryrefslogtreecommitdiff
path: root/nova/wsgi.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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