]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Set socket options in correct way
authorabhishekkekane <abhishek.kekane@nttdata.com>
Fri, 12 Sep 2014 09:40:31 +0000 (02:40 -0700)
committerabhishekkekane <abhishek.kekane@nttdata.com>
Thu, 18 Sep 2014 13:06:12 +0000 (06:06 -0700)
commit47a26f1ac41100c40b7997bc4df802fa867fbd42
tree150bff0330fb09521a1f7fb6f981038b5d8d093a
parent5dafa0b2e78036f4b19eba46dbcd2bceb3356499
Set socket options in correct way

Currently socket options, socket.SO_REUSEADDR and socket.SO_KEEPALIVE
are set only if SSL is enabled.
The above socket options should be set no matter SSL is enabled or not.

Closes-Bug: #1369418

Change-Id: Ia5f6603918bda40be9965387bf464c581449d912
cinder/wsgi.py