glance/doc/source
abhishekkekane d569ed9db9 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.

DocImpact:
Added http_keepalive option (default=True).

Conflicts:
        doc/source/configuring.rst
        etc/glance-api.conf
        glance/common/wsgi.py
        glance/tests/unit/test_opts.py

SecurityImpact

Closes-Bug: #1361360
Change-Id: I93aaca24935a4f3096210233097dd6b8c5440176
(cherry picked from commit 16a821e00d)
2015-03-11 03:38:48 -07:00
..
images Adding an image status transition diagram for dev doc 2013-11-25 13:13:56 +08:00
images_src Adding an image status transition diagram for dev doc 2013-11-25 13:13:56 +08:00
man fixed typos found by RETF rules in RST files 2014-05-20 10:19:20 +02:00
authentication.rst Adjust authentication.rst doc to reference "identity_uri" 2014-10-14 12:48:49 -04:00
cache.rst fix comments and docstrings misspelled words 2014-01-08 17:03:44 +01:00
common-image-properties.rst Fix doc formatting issue 2013-07-05 16:10:21 -04:00
conf.py Switch over to oslosphinx 2014-02-14 16:31:46 +01:00
configuring.rst Eventlet green threads not released back to pool 2015-03-11 03:38:48 -07:00
controllingservers.rst Update documentation surrounding the api and registry servers 2014-06-18 09:29:28 -05:00
db.rst glance-manage should work like nova-manage 2013-11-06 14:59:33 +05:30
formats.rst Add the OVA container format 2014-03-03 19:44:21 -08:00
glanceapi.rst Sync glance docs with metadefs api changes 2014-09-10 10:48:38 -07:00
glanceclient.rst Updates OpenStack LLC with OpenStack Foundation 2013-02-17 19:19:43 -08:00
glancemetadefcatalogapi.rst Sync glance docs with metadefs api changes 2014-09-10 10:48:38 -07:00
identifiers.rst Updates OpenStack LLC with OpenStack Foundation 2013-02-17 19:19:43 -08:00
index.rst Include Metadata Defs Concepts in Dev Docs 2014-10-07 04:44:52 +00:00
installing.rst Patch changes Fedora 16 to 18 on install page. 2013-06-06 20:28:54 -05:00
metadefs-concepts.rst Include Metadata Defs Concepts in Dev Docs 2014-10-07 04:44:52 +00:00
notifications.rst notifier: remove notifier_strategy compat support 2014-06-16 21:36:46 +01:00
policies.rst Adding missing copy_from policy from policy.json 2013-12-13 12:22:15 +00:00
property-protections.rst Consider @,! in properties protection rule as a configuration error 2014-01-07 14:06:24 +00:00
statuses.rst Documentation for Glance tasks 2014-03-02 16:35:01 -06:00