Update git submodules

* Update octavia from branch 'master'
  to bd01ad94dcea3eca7636f1286ceed0753b563a28
  - Merge "Fix weighted round-robin about UDP and SCTP listener"
  - Fix weighted round-robin about UDP and SCTP listener
    
    'lb_algo rr' in keepalived won't work correctly with weight
    for UDP and SCTP listeners, it should be 'lb_algo wrr'.
    
    'wrr' is superset of 'rr' algorithm, as round-robin is
    a specical instance of the weighted round-robin scheduling,
    in which all the weights are equal. [1]
    
    Algorithm in HAProxy is set to 'roundrobin', which also support
    weights, but in keepalived must be set to 'wrr' to work with
    the weighted round-robin scheduling, as it is different to 'rr'.
    
    [1] https://www.keepalived.org/doc/scheduling_algorithms.html
    
    Story 2008462
    Task 41491
    
    Change-Id: Ic63929d8864e5285baf70dd85e6362988bf2863f
This commit is contained in:
Zuul 2021-04-01 17:19:49 +00:00 committed by Gerrit Code Review
parent 4254e97d2f
commit 5c264ea1e7
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit fa08122b185e14ce28a8455a106bdb675ad8972a
Subproject commit bd01ad94dcea3eca7636f1286ceed0753b563a28