← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1369414] Re: Set socket options in correct way

 

** Changed in: nova
       Status: Fix Committed => Fix Released

** Changed in: nova
    Milestone: None => kilo-2

-- 
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):
  Fix Released

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


References