summaryrefslogtreecommitdiff
path: root/neutron/wsgi.py
Commit message (Expand)AuthorAgeFilesLines
* Follow effective Neutron guidelinesGary Kotton2016-05-301-2/+2
* Revert "Remove threading before process forking"Carl Baldwin2016-05-051-9/+5
* Remove threading before process forkingdukhlov2016-05-031-5/+9
* Use exceptions from neutron-libHenry Gessau2016-04-211-3/+4
* Merge "Reuse to_utf8() and jsonutils.dump_as_bytes()"Jenkins2016-04-151-3/+2
|\
| * Reuse to_utf8() and jsonutils.dump_as_bytes()Victor Stinner2016-04-111-3/+2
* | Add an option for WSGI pool sizeMike Bayer2016-04-121-2/+2
|/
* Merge "Ensure metadata agent doesn't use SSL for UNIX socket"Jenkins2016-03-231-5/+7
|\
| * Ensure metadata agent doesn't use SSL for UNIX socketVincent Untz2015-11-181-5/+7
* | Fixed typos in wsgi.pyYi Zhao2016-03-211-1/+1
* | Use _ from neutron._i18nAkihiro Motoki2015-12-061-1/+1
* | Move i18n to _i18n, as per oslo_i18n guidelinesDoug Wiegley2015-12-011-1/+1
|/
* Fixed a bunch of typos throughout NeutronBrandon Palm2015-10-301-1/+1
* Register oslo_service.wsgi options correctlyElena Ezhova2015-10-191-4/+1
* Merge "Consume ConfigurableMiddleware from oslo_middleware"Jenkins2015-10-091-96/+0
|\
| * Consume ConfigurableMiddleware from oslo_middlewareElena Ezhova2015-10-081-96/+0
* | Merge "Consume sslutils and wsgi modules from oslo.service"Jenkins2015-10-081-122/+9
|\ \ | |/
| * Consume sslutils and wsgi modules from oslo.serviceElena Ezhova2015-10-081-122/+9
* | Remove usage of WritableLogger from oslo_logIhar Hrachyshka2015-10-081-2/+1
|/
* Add support for PluginWorker and Process creation notificationTerry Wilson2015-09-031-1/+3
* Merge "Python 3: encode unicode response bodies"Jenkins2015-08-131-1/+11
|\
| * Python 3: encode unicode response bodiesCedric Brandily2015-08-111-1/+11
* | Use oslo.log library instead of system logging moduleSergey Vilgelm2015-08-101-2/+1
|/
* Avoid printing log options multiple timesSalvatore Orlando2015-07-241-0/+3
* Switch to oslo.serviceElena Ezhova2015-06-291-4/+5
* Merge "Python3: replace 'unicode' with 'six.text_type'"Jenkins2015-06-121-1/+1
|\
| * Python3: replace 'unicode' with 'six.text_type'Cyril Roelandt2015-06-101-1/+1
* | Handle SIGHUP: neutron-server (multiprocess) and metadata agentElena Ezhova2015-06-091-3/+13
|/
* Merge "Python3: use six.iteritems() instead of dict.iteritems()"Jenkins2015-06-031-1/+2
|\
| * Python3: use six.iteritems() instead of dict.iteritems()Cyril Roelandt2015-06-011-1/+2
* | Move pool dispose() before os.forkGong Zhang2015-05-281-4/+4
|/
* Refactor socket ssl wrappingElena Ezhova2015-04-241-33/+36
* Only call get_engine().pool.dispose if _FACADEKevin Benton2015-03-301-2/+1
* Merge "Start metadata agent without trying to connect db"Jenkins2015-03-231-2/+3
|\
| * Start metadata agent without trying to connect dbgong yong sheng2015-03-121-2/+3
* | Migrate to oslo.logIhar Hrachyshka2015-03-121-2/+3
|/
* Prevent calling waitall() inside a GreenPool's greenthreadElena Ezhova2015-03-101-3/+6
* wsgi: remove explicit monkey_patch() callIhar Hrachyshka2015-02-241-1/+0
* Enable pylint no-value-for-parameterAssaf Muller2015-02-191-5/+0
* oslo: migrate to namespace-less import pathsIhar Hrachyshka2015-02-051-6/+6
* Eventlet green threads not released back to poolabhishekkekane2014-12-271-1/+18
* Enforce log hintsCedric Brandily2014-12-081-22/+20
* Migrate to oslo.i18nIhar Hrachyshka2014-11-261-3/+3
* Migrate to oslo.utilsIhar Hrachyshka2014-11-261-1/+1
* switch to oslo.serializationgordon chung2014-11-141-1/+1
* Remove XML supportMark McClain2014-10-241-337/+13
* Rename workers to api_workers and simplify codeCarl Baldwin2014-09-151-17/+15
* Remove the useless vim modelinesliu-sheng2014-06-211-2/+0
* Notify systemd when starting Neutron serverJakub Libosvar2014-06-171-0/+2
* Monkey patch threading module as early as possibleIhar Hrachyshka2014-06-091-1/+1