Public bug reported: Set socket options in correct way
Currently socket options, socket.SO_REUSEADDR, socket.TCP_KEEPIDLE and socket.SO_KEEPALIVE are set only if SSL is enabled. Ref: https://github.com/openstack/nova/blob/master/nova/wsgi.py#L188 The above socket options should be set no matter SSL is enabled or not. This issue is introduced in patch https://review.openstack.org/#/c/104099/ ** Affects: nova Importance: Undecided Assignee: Abhishek Kekane (abhishek-kekane) Status: New ** Tags: ntt ** Changed in: nova Assignee: (unassigned) => Abhishek Kekane (abhishek-kekane) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1369414 Title: Set socket options in correct way Status in OpenStack Compute (Nova): New Bug description: Set socket options in correct way Currently socket options, socket.SO_REUSEADDR, socket.TCP_KEEPIDLE and socket.SO_KEEPALIVE are set only if SSL is enabled. Ref: https://github.com/openstack/nova/blob/master/nova/wsgi.py#L188 The above socket options should be set no matter SSL is enabled or not. This issue is introduced in patch https://review.openstack.org/#/c/104099/ To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1369414/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : yahoo-eng-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp