Update git submodules

* Update oslo.service from branch 'master'
  - Merge "Avoid eventlet_backdoor listing on same port"
  - Avoid eventlet_backdoor listing on same port
    
    Oslo.service is binding to same port when we provide a port range
    as eventlet is internally setting SO_REUSEPORT flag (starting from
    eventlet version v0.20). And there is a flag (reuse_port)
    introduced in v0.22 to give control to user to avoid SO_REUSEPORT.
    In this patch, first we try passing reuse_port=False, if this fails
    then directly open socket and listen instead of eventlist.listen.
    
    Closes-Bug: #1810280
    Change-Id: Idc842acc7e430199c76fe12785b0bf0e7a58e121
This commit is contained in:
Zuul 2019-01-17 13:52:22 +00:00 committed by Gerrit Code Review
parent e1f7f794d4
commit 9a4d0e5646
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 4c0d4490e8dcac1f02d8b94c6937b3e258b5d594
Subproject commit 3c645a77ec04a36e999bb985dbe0116588b81ef0