neutron/etc
abhishekkekane 4cdbefc202 Eventlet green threads not released back to pool
Presently, the wsgi server allows persist connections. Hence even after
the response is sent to the client, it doesn't close the client socket
connection. Because of this problem, the green thread is not released
back to the pool.

In order to close the client socket connection explicitly after the
response is sent and read successfully by the client, you simply have to
set keepalive to False when you create a wsgi server.

Icehouse backport note: socket_timeout was dropped, it was introduced
in 0.14[*] and Icehouse eventlet lower bound is 0.13

[*] 7d4916f014

DocImpact:
Added wsgi_keep_alive option (default=True).

SecurityImpact

Closes-Bug: #1361360
Change-Id: I3a361d6590d1800b85791f23ac1cdfd79815341b
(cherry picked from commit 8e7a0dbb12)
2015-03-11 02:19:22 +01:00
..
init.d Rename to Neutron in sample init.d script 2013-07-13 16:55:55 -04:00
neutron Merge "Revert "Deletes floating ip related connection states"" into stable/icehouse 2014-11-11 00:39:43 +00:00
api-paste.ini Return request-id in API response 2014-02-10 04:58:38 +09:00
dhcp_agent.ini Update help message of flag 'enable_isolated_metadata' 2014-02-18 14:42:21 +01:00
fwaas_driver.ini Firewall as a Service (FWaaS) Agent 2013-08-11 10:56:37 -07:00
l3_agent.ini Merge "L3 Agent can handle many external networks" 2014-01-13 16:34:56 +00:00
lbaas_agent.ini LBaaS: unify haproxy-on-host plugin driver and agent 2013-12-10 12:08:03 +04:00
metadata_agent.ini Metadata agent caches networks for routers 2014-06-10 17:50:58 +02:00
metering_agent.ini Iptables metering driver 2013-09-02 12:39:27 +02:00
neutron.conf Eventlet green threads not released back to pool 2015-03-11 02:19:22 +01:00
policy.json Perform policy checks only once on list responses 2014-09-02 21:40:05 +02:00
quantum Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
rootwrap.conf Fix invalid facilities documented in rootwrap.conf 2014-02-18 09:50:57 +08:00
services.conf Embrane LBaaS Driver 2014-03-12 16:02:11 -07:00
vpn_agent.ini VPNaaS Service Driver for Cisco CSR 2014-03-05 15:08:39 -05:00